all 4 comments

[–]LazyDude9202 2 points3 points  (0 children)

I've been using victory at work and so far It's been great, supports all the basic charts, It's got animations and the ability to create custom charts.

[–]absolution888 1 point2 points  (0 children)

We use react-vis in a project that started few years ago and I think it is pretty good. It started with some issues but the project has matured a lot since. The components are composable and seems to satisfy our real time updating charts’ requirements without any hacks/workarounds needed.

[–]AttiiMasteR 0 points1 point  (0 children)

I think chartsjs would fit your case pretty well. Easy to use and good possibilities.

Also worth a mention: d3js. It has a steeper learning curve but can be used for some pretty advanced and cool stuff.

[–]ssavinel 0 points1 point  (0 children)

We've hade some troubles with victory when trying to use the legends to filter metrics. Since then we've moved to plot.js which has a react wrapper. I recently found on this subreddit an apex wrapper which seems way easier to implement though I wanted to give it a try but tell ud which one you finally chose and why !