Actions
Story #6314
closedChoose graphing JS library for statistics graphs
Start date:
12/18/2013
Due date:
% Done:
0%
Estimated time:
Description
I'm leaning towards either the Google Visualization API, which is very complete but this puts our project in a place where we are depending on external resources for such a simple function (unlike google Maps which is almost unavoidable).
There is also Chart.js which creates HTML5 canvases. Well documented, simple, but has little interactivity because it is a canvas.
And also NVD3.js, based off D3.js, which is interactive and more complex than Canvas.js and not documented as well.
Updated by ben leinfelder about 9 years ago
Is d3 (as used in the dataone dashboard) not sufficient? There's been quite a bit of graphing implemented there and we should reuse as much as possible.
Updated by Lauren Walker about 9 years ago
- Status changed from New to Resolved
I've decided to go with d3.js since it is very flexible and interactive.
Actions