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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top