I use Highcharts 2.2.5 to draw a series of areas and histograms.
I just upgraded my app to jQuery 1.8 and started testing all my charts. Everything looks fine, but when I enlarge the area diagram, I get tons (literally hundreds) of JavaScript errors saying " Error: Problem parsing d=0.99030204037363 " (change of digits, sometimes d=1 ), and everything I see on the screen this is a bunch of points where the chart was. Scaling reset does not work (getting more errors and no result). The only way out at this point is to reload the page.
I tried looking online for any clashes between HC 2.2.5 and jQuery 1.8, but could not find anything. Going to jQuery 1.7.2 solves the problem, but still need to look ahead ...
Any help appreciated Guy
source share