Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I'm looking for a Responsive Web charting tool [closed]

I'm looking for a way to display charts using HTML5 and fully reponsive to screen resolution. If you have something else not using Flash, I'm open to suggestion.

Also, I would like to be able to create these kind of charts:

  • Pie charts
  • Horizontal / vertical lines charts
  • Countries charts (if possible)

Thanks

like image 626
jpmonette Avatar asked Jan 18 '23 07:01

jpmonette


1 Answers

Highcharts produces pie charts and line charts without using Flash. Resizes great with any screen resolution. Lots of configurable options with its API. Easy to feed it data.

I've used Highcharts to create line charts based on existing data from HTML5 Web SQL databases, works great.

like image 77
Chris McFarland Avatar answered Jan 21 '23 13:01

Chris McFarland