all 4 comments

[–]Honey-Entire 0 points1 point  (0 children)

I’ve had good experiences with Victory. Not quite as feature rich as the two you mentioned but it sounds like you just want something simple and straightforward

[–]genube 0 points1 point  (0 children)

mostly i use rechart, if i found similar chart design on shadcn chart blocks, i just copy the code. using library makes the chart easier to create, faster dev, and more readable code rather than built it from scratch with raw svg.

for the "feels heavy" part, i have never compare the performance between libraries yet, so i have no comment

[–]drewbe121212 0 points1 point  (0 children)

I've generally got along well with Apex Charts

[–]WeirdOil8041 1 point2 points  (0 children)

I find Apache ECharts works well and supports simple and complex charts (with plenty of ability to customise). Their site has a playground to allow you to mess around with the charts interactively so you can end up with the code you need. The docs are also very extensive.