score:1

Accepted answer

You need to remember that your xAxis type is set as datetime, so 100 value is just a few seconds after 1 Jan 1970. To make it work you need to set a date value that fits to the chart range.

Demo: https://jsfiddle.net/BlackLabel/1gwvcy9L/


Related Query

More Query from same tag