score:2

Accepted answer

You need to tell highcharts that the xAxis is a date. It defaults to linear.

            "xAxis": {
                "type": "datetime",
            "title": {
                "text": "DATE"
            }

You then need to probably format your xAxis labels as well to how you want them to show.


Related Query

More Query from same tag