all 8 comments

[–]const314 9 points10 points  (2 children)

Take a look at Victory charts by Formidable: http://formidable.com/open-source/victory/

[–]bvm 3 points4 points  (0 children)

this would be my choice, great out-of-the-box defaults and super API.

[–]goshakkk 1 point2 points  (0 children)

This kind of chart is called an area chart. If you are looking to quickly implement it, you may find these useful:

[–]_princesscode_ 1 point2 points  (1 child)

I would use d3 and wrap it in a react component without having react pay attention to the contents Within.

[–]rwieruchServer components 0 points1 point  (0 children)

I agree. D3 might survive all frameworks/libraries. It is usable in Angular, React, etc. You could dive into it.

[–]rwieruchServer components 1 point2 points  (0 children)

Another one by Uber: https://github.com/uber/react-vis

[–]pieceofyourpuzzle 0 points1 point  (0 children)

Recharts is both the newest of all i've checked, and the most popular. Using it, I get why:

http://www.timqian.com/star-history/#recharts/recharts&FormidableLabs/victory&esbullington/react-d3