mainabhihoon
Posts: 1
Joined: Mon Jan 20, 2014 2:25 am

2 similar Highstocks multiple data-series different results

http://stackoverflow.com/questions/21225197


Can somebody please look at both the examples below and see why the first one is working and not the second one ..

Working example: http://jsfiddle.net/2bUTX

Code: Select all

var dataAr = [[1390181580000, 3],[1390181520000, 2],[1390181460000, 1]];
Not working: The tooltip just shows up for a couple of points randomly but I can't scroll to each point with this. Any help would be really appreciate.

Not working example
: http://jsfiddle.net/PPg6z

Code: Select all

var dataAr = [[1317889560000, 3.3],[1317889620000, 2.6],[1317889680000, 1.5]];
Fusher
Posts: 7912
Joined: Mon Jan 30, 2012 10:16 am

Re: 2 similar Highstocks multiple data-series different resu

Open JavaScript console, you have an error:
Highcharts error #15: www.highcharts.com/errors/15
Paweł Fus
Highcharts Developer

Return to “Highcharts Stock”