2013-07-07 47 views
0

任何人都可以請推薦符合下列條件,一些JavaScript/jQuery的數據可視化庫: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 
" 

謝謝!

+0

是的,嘗試D3:http://d3js.org/ – duffymo

+0

我會檢查出來。謝謝! – Lamps1829

回答

1

我們長時間使用recline.js,它基於backbone.js作爲MVVC框架,您也可以使用d3.js作爲視圖框架。

Github上有很多叉子可以添加很酷的圖形和附加組件。

+0

一目瞭然,看起來很酷 - 會給它更徹底的外觀。謝謝! – Lamps1829