Skip to content Skip to sidebar Skip to footer

Highcharts: Strange Error From Creation Of Stock Chart

I'm trying to create a simple Stock Chart, like this but it throws this error in console: Uncaught TypeError: Cannot read property 'width' of undefined Tick.getLabelSideshighstock.

Solution 1:

i have the same problem, but in mi case I have a file named jquery.resize.js, this was the error, because it search the property for your purpose, i remove the link to the file and it works nice.

I hope it helps!

Kind regards.

Solution 2:

Your time values are in descending order, whereas they need to be strictly in ascending order, find here chart with same data, just ordered correctly, http://jsfiddle.net/jugal/Swj3E/

Post a Comment for "Highcharts: Strange Error From Creation Of Stock Chart"