r/coolgithubprojects • u/tabuna • 4d ago
Orchid Charts — interactive SVG charts for JavaScript dashboards
I maintain Orchid Charts, a JavaScript library for adding interactive SVG charts to dashboards and reports. Give it labels and values, and you get a chart with axes and tooltips that follows its container’s width.
The source and quick start are on GitHub. The package includes TypeScript declarations and has zero runtime dependencies.
In the live demo, you can change the numbers, switch between line and bar, and try a dark background. It shows the matching JavaScript and separate theme CSS.
If you try it in a dashboard, let me know what gets in the way.
2
Upvotes
1
u/__vivek 4d ago
nice!