|
|
|
|
|
by snide
777 days ago
|
|
I've messed with a few. I really like Apache Echarts if you're looking for an all-in-one-can-do-anything solution with a good license. The downsides are that the docs can sometimes be a little obtuse. There are adapters for almost every front-end at this point. Nivo is a much simpler system that is styled by default and works much easier with React. If you're not doing complicated charts, it's my goto for the "I just want a nice line/pie/bar chart". |
|
I also agree that the doc can be a little obtuse, but with examples + stackoverflow, you can figure things out.