From 560e76fd5cae047dc9c6dd7a4750e54b7f0d6f29 Mon Sep 17 00:00:00 2001 From: Kevin Warne Date: Wed, 13 Dec 2017 09:25:29 -0700 Subject: [PATCH] Added d2b.js library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bec7c39..f193486 100644 --- a/README.md +++ b/README.md @@ -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.