score:0

I would verify that the output data is actually using the same time stamp.

Many cases like this include time stamps for the same date, but different times, which will always result in different x axis placement.

(I know that may be an obvious check, but I have seen it many times...)

score:20

Found it. The nomenclature between highcharts and highstock are different.

For Hightstock it's

xAxis: {       
    ordinal: false
}

The company really needs to combine highcharts and highstock. A single API documentation would be easier to follow.


Related Query

More Query from same tag