Вопрос

I have a highcharts chart on jsfiddle here: http://jsfiddle.net/hohenheim/j8cTE/15/

The graph does not render when the page loads but when I hover over the area where the chart should be, some bars render.

Here is what it looks like on my screen: https://i.stack.imgur.com/XuUNr.png Is there a way to make the highcharts render on load and to render properly?

Note if you want to see if the data, you can uncomment the alert line.

//alert(JSON.stringify(data2));
Это было полезно?

Решение

Answering my own question: this is a known bug in 4.0.1 of highcharts as per Pawel's comment. Solution is to change up the highcharts references to working versions.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top