From 638de75da45f0df5cf3aa99c0ea5a97e71670239 Mon Sep 17 00:00:00 2001 From: Ben Congdon Date: Tue, 16 Aug 2016 06:18:40 -0700 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6753488..f95bb92 100644 --- a/README.md +++ b/README.md @@ -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/).