0

谁能推荐一些符合以下条件的 javascript/jquery 数据可视化库:

"
    -takes the entire dataset in one go in some reasonable format (i.e. as a JSON object) as input
    -is interactive:
       -user can specify the chart format (bar chart, scatterplot, pie chart, etc.)
       -user can specify the data range and which columns of a data set are to be plotted
    -is relatively efficient, and doesn't have too much of a memory footprint
    -can generate an image file from the visualization
    -produces attractive visualizations
    -is free to use, with no limitations
"

谢谢!

4

1 回答 1

1

我们长期使用recline.js,它基于backbone.js作为MVVC框架,你也可以使用d3.js作为视图框架。

Github 上有很多分支,它们添加了很酷的图表和附加组件。

于 2013-07-09T12:28:50.593 回答