gapple / drupalreleasedate

System for tracking the Drupal core issue queue
http://drupalreleasedate.com
MIT License
16 stars 6 forks source link

Migrate to alternative charting library #3

Open gapple opened 11 years ago

gapple commented 11 years ago

Google Charts is somewhat inflexible, and there is additional information that might be helpful to place on the charts that it is just not capable of.

Probably minor, but it also doesn't seem to cache in the browser well, with the dynamic loader, and charts can't be rendered when developing offline.

D3.js: https://github.com/mbostock/d3/wiki/Gallery

gapple commented 10 years ago

Dimple offers a simple API for creating charts with D3, but also exposes the underlying D3 layer for more complex visualizations. http://dimplejs.org/

marcomsousa commented 10 years ago

See the Flotr2 ( http://humblesoftware.com/flotr2/ )

Advantages: http://swizec.com/blog/flotr2-my-favorite-javascript-graph-library/swizec/4558

gapple commented 10 years ago

"Simple responsive charts": http://gionkunz.github.io/chartist-js/

gapple commented 9 years ago

library built on top of D3 that is optimized for visualizing and laying out time-series data http://metricsgraphicsjs.org/