Live data from Hacker News

Ask HN: What's the best charting library for customer-facing dashboards?

news.ycombinator.com

61–64 of 64 posts

Re: Ask HN: What's the best charting library for customer-facing dashboards?

#62

We use highcharts to power most of our charting (we're an embedded analytics platform) and switched over from from chart.js It's fairly powerful but also looks more polished out of the box. Some limitations on styling but that depends on your application/use case.

Highcharts is what some big financial clients I know use. It seems pretty solid and easy to learn and integrate from my experience with it.

Re: Ask HN: What's the best charting library for customer-facing dashboards?

#63
I'd recommend Vizzly: https://www.vizzly.co.

It's a low-code solution for customer-facing analytics but is super flexible and extensible with code. Embedding is available in React or Vanilla JS (no iFrames). You can build dashboards programmatically or with the no-code editor.

The backend query engine is also pretty powerful; performant and copes well with complex customer data structures.

Post reply on HN