Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Highcharts jQuery rendering problem - all browsers

Tags:

I have a strange problem whilst trying to build a stacked column chart using Highcharts

When the chart renders, the columns don't display, until, you resize the browser in anyway, causing the chart to redraw. (I think)! The rest of the chart displays (axis, titles, etc) but not the columns themselves.

I get the same behaviour in IE, Firefox and chrome.

I have put my code on jsfiddle - http://jsfiddle.net/gd7bB/173/ Load it up and you should see no data, resize the browser window and "tada", the data appears (rather the columns appear)!

Any help on this one would be massively appreciated.

like image 1000
Matt Avatar asked Aug 03 '11 09:08

Matt


Video Answer


1 Answers

I had exactly the same problem - Highcharts JS v2.1.5 (2011-06-22) does not work with jQuery 1.7.1

After changing to jQuery 1.6.1 (The last stable release I used) it worked. Someone should check other versions of jQuery.

like image 133
Glycerine Avatar answered Sep 25 '22 03:09

Glycerine