How to generate graphs and charts from mysql database in php [closed] How to generate graphs and charts from mysql database in php [closed] php php

How to generate graphs and charts from mysql database in php [closed]


I use highcharts. They are very interactive (and very fancy I might add). You do have to get a little creative to access data from MySQL database, but if you have a general understanding of JavaScript and PHP, you should have no problems.


I use Google Chart Tools https://developers.google.com/chart/ It's well documented and the charts look great. Being javascript, you can feed it json data via ajax.