문제

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