Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ A curated list of chart and dataviz resources that developers may find useful. F
* [Chart.js](http://www.chartjs.org/) - Tiny library (11kb!) including core chart types.
* [Chartist](https://gionkunz.github.io/chartist-js/) - Simple, lightweight chart library that uses SVG to render the chart, and CSS to style it.
* [Chartkick](https://github.com/ankane/chartkick) - JavaScript charts with one line of Ruby.
* [d2b.js](http://www.d2bjs.org/) - Reusable chart library, using D3 v4+ and including support for axis, pie, sankey, sunburst charts and more.
* [D3.js](https://d3js.org/) - Allows the user to manipulate documents based on data to render charts in SVG.
* [dc.js](https://dc-js.github.io/dc.js/) - D3 Library with [crossfilter](http://square.github.io/crossfilter/) support
* [dygraphs](https://github.com/danvk/dygraphs) - Interactive zoomable time series charts.
Expand Down