|
|
|
|
|
by Blackstone4
3029 days ago
|
|
Over the last 10 months I tried most of the better React-based graphing packages (I say React-based because this excluded D3 and co. which are in JS). I finally settled on Recharts (https://github.com/recharts/recharts). I tried react-vis from Uber (https://github.com/uber/react-vis) and Victory (https://github.com/FormidableLabs/victory). Also looked at Amcharts (https://github.com/amcharts/amcharts3-react) but didn't quite have the full React 16 integration at the time and it's paid software. I actually started with Recharts moved away and came back :). Probably not going to move again. I found it was the best at handling stacked bar charts, scaling and legends. Victory is pretty good but a large library because it includes Lodash. Also the legends don't seem to play nice so had to build my own. |
|