I am new at protovis and I am having a problem. I have a html table which has the data and Bar Chart made in protovis using the table\'s data. Now what I want is to change the color of the individual
Does anyone know where to find basic helper functions for using Protovis?I\'m thinking functions for plotting functions, xy 开发者_StackOverflowpoints, boxplots, and the like.I don\'t need a ton of cu
I thought Protovis might work on IE 7 and 8, or at least on IE 9... but to my surprise, I tried it on all 3 and it doesn\'t work on any (for those example pages... is it a temporary JS bug?)... is it
I know Protovis isn\'t really meant to be used this way, but is there a workaround for destroying what\'s currently in a pv.Panel and re-add()\'ing and re-render()\'ing a panel?
I have tried a lot to update protovis using jquery but nothing happens. here is my code. <script type=\"text/javascript+protovis\">
My code is based on protovis sample code for Force-Directed Layouts. I would like to add the ability to dynamically filter links with a slider based on their value. I already have a basic slider worki
I am dynamically loading some social network data into a web page that I want to visualise using protovis.(Actually, the data is loaded in in a two pass process - first a list of user names is grabbed
I would like to create visualizations using Protovis, but writing in CoffeeScript rather than JavaScript (partly for the (x)->x function notation but 开发者_StackOverflow中文版other reasons as well
When using the following code; var pvChart = new pv.Panel(); pvChart.width(200); pvChart.height(200); var pvBar = pvChart.add开发者_StackOverflow社区(pv.Bar);
I have a div tag with id \"chart\" but how do I get Protovis to render the chart inside that tag? I tried the canvas method but it did not work.