For styling a web page, I often use the highcharts graphics with information from a mysql database via php. For those unfamiliar with highcharts, here's a sample code below.
Highcharts.chart('minhadiv', {
chart: {
type: 'bar'
},
xAxis: {...
asked by
24.05.2018 / 13:17