I am working on a new project and using highchart for chart creation. I created a json file with some data from database:
[{"date": "2012-02-23", "number": 2}, {"date": "2012-02-21", "number": 4]
How do i can add this data to Highcharts->Chart->Series->Data?
Find the code below. This displays the column chart for the data present in the JSON.