Question

enter image description here

I need to create a custom chart as shown. Can anyone suggest a library for doing this? I've used highcharts in the past, but never seen one quite like this.

I'm not opposed to doing it from scratch if I have to, but I was hoping somebody had a suggestion.

I'm using php on the backend and jquery on the front.

Was it helpful?

Solution

Google Charts API has tons of chart types and it's pretty intuitive. If you want to totally customize the chart then Raphael.js lets you control every aspect of it, though you'd be building a chart from scratch. Processing.js is another one if you want to work from scratch.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top