How to work with Highcharts and MYSQL Database

0

I try to display information from the total column of my database with the following DEMO :

link

This is the table I want to work with:

But I do not know how it works. It is the first time that I am working with Highcharts, and I have no idea how to implement it, because apparently with this DEMO I have to work with JSON . Thanks in advance.

    
asked by Raphael 04.07.2016 в 01:04
source

1 answer

2

In summary, this is what I would do.

  • create a controller in PHP that brings you the data I need as an object.
  • Make a call through ajax, so that you can check the data I got in the previous step, in json format, and as needed for the graph.
  • As a recommendation, start with something easy, if you want with "burned" data, and you are adjusting your scripts according to the need.

    I remain attentive. Greetings

        
    answered by 05.07.2016 / 18:34
    source