Closed crabcanon closed 9 years ago
Not really an answer but maybe something to think about. Here is a similar example by @ramnathv using rCharts
with angularjs
to update the chart. Do you a gist or jsfiddle with the data or minimal data? I'll be happy to look at it if you do.
Hi @timelyportfolio, Thanks for your reply! you can download the data from this website http://www.geovista.psu.edu/ESTAT/. It's a pretty amazing visualization tool which is written by java. And all of the datasets are contained in the package.
Hi @timelyportfolio, WOW! Pretty helpful! I will check it carefully, many thanks!
I have a csv dataset which has around 18 properties (columns) and each property contains over 3000 records(rows). For example:
A B C D (properties - 18 columns)
1 1 1 1 (records - over 3000 rows)
2 2 2 2
3 3 3 3
4 4 4 4
I would like to create two dropdown lists which correspond to the x- and y-axis in nvd3.js, so that users could select two properties and map them on the scatter plot.
For example:
here is my codes:
I personally think the problems are caused by the function inputData(), but I am not sure. Please help! I will appreciate that!