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 を長い間使用しており、MVVC フレームワークとして backbone.js に基づいており、ビュー フレームワークとして d3.js も使用できます。

Github には、クールなグラフやアドオンを追加するフォークがたくさんあります。

于 2013-07-09T12:28:50.593 に答える