Add recharts to Data Visualization (#306)

Recharts is a charting library built on React and D3. Couldn't find an entry for it in visualization tools, so I propose it to be added.
This commit is contained in:
Ben Congdon 2016-08-16 06:18:40 -07:00 committed by Huei Tan
parent 2183c4f646
commit 638de75da4

View File

@ -266,6 +266,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [epoch](https://github.com/epochjs/epoch) - A general purpose real-time charting library.
* [c3](https://github.com/c3js/c3) - D3-based reusable chart library.
* [BabylonJS](https://github.com/BabylonJS/Babylon.js) - A framework for building 3D games with HTML 5 and WebGL.
* [recharts](https://github.com/recharts/recharts) - Redefined chart library built with React and D3
There're also some great commercial libraries, like [amchart](https://www.amcharts.com/), [anychart](http://www.anychart.com), [plotly](https://plot.ly/), and [highchart](http://www.highcharts.com/).