Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
102
rated 0 times [  107] [ 5]  / answers: 1 / hits: 23737  / 13 Years ago, wed, august 3, 2011, 12:00:00

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.


More From » jquery

 Answers
13

Remove line chart.render();



When HighCharts constructor is called there's no need to call render implicitly.


[#90846] Tuesday, August 2, 2011, 13 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
gavenmekhio

Total Points: 732
Total Questions: 89
Total Answers: 93

Location: Central African Republic
Member since Mon, Aug 10, 2020
4 Years ago
;