我正在使用Highstock.js和原型适配器。当我尝试在特定数据集上构建堆积柱形图时,我看到下面的js错误
Uncaught TypeError: Cannot read property 'height' of undefined
(anonymous function)
(anonymous function)
HighchartsAdapter.each
Legend.handleOverflow
Legend.render
Legend.init
Highcharts.Legend
Chart.render
Chart.firstRender
Chart.init
(anonymous function)
obj.(anonymous function)
(anonymous function)
obj.(anonymous function)
Chart
我在http://jsfiddle.net/arjunbadarinath/f8JzU/6/中重现了这一点,如果我删除了一些堆栈,图表会渲染,当我删除图例'maxHeight'属性时它也会呈现,但删除它不是我们的选项。
你能弄明白问题是什么吗?