Loading request...
The user is exploring options for a lightweight chart library for their analytics dashboard in React, expressing a desire for something simpler than existing libraries like Recharts and Chart.js.
I’ve been building a small analytics style dashboard in React recently and trying to figure out the best way to handle charts. Stuff like revenue over time, order breakdowns, basic bar/line charts. I’ve looked at things like Recharts and Chart.js but sometimes they feel a bit heavy when you just want something simple. Curious what people here usually use for dashboards. Do you stick with a chart library or just build lighter components yourself with SVG or something?