Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/432.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
javascript/jquery中的交互式数据可视化?_Javascript_Jquery_Charts_Visualization_Data Visualization - Fatal编程技术网

javascript/jquery中的交互式数据可视化?

javascript/jquery中的交互式数据可视化?,javascript,jquery,charts,visualization,data-visualization,Javascript,Jquery,Charts,Visualization,Data Visualization,请推荐一些符合以下条件的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.)

请推荐一些符合以下条件的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
"

谢谢大家!

我们长期以来一直在使用recline.js,它基于backbone.js作为MVVC框架,您也可以使用d3.js作为视图框架


Github上有很多叉子,可以添加很酷的图形和附加组件。

是的,试试D3:我来看看。谢谢乍一看,它看起来很酷——这会让它看起来更彻底。谢谢