nodename如果通過highcharts生成的圖表玩耍,並將其導出到SVG,我得到每6秒Highcharts的不確定
很多誤區,約1000(未定義的節點名稱)負責的代碼是這樣的:
element = wrapper.element,
nodeName = element.nodeName, // <---- Here (Cannot read property 'nodeName' of undefined)
renderer = wrapper.renderer,
skipAttr,
attrSetters = wrapper.attrSetters,
shadows = wrapper.shadows,
hasSetSymbolSize,
ret = wrapper;
的堆棧跟蹤(在Chrome 17.0.963)
Uncaught TypeError: Cannot read property 'nodeName' of undefined
SVGElement.attr highcharts.src.js:2008
init.Effect.HighchartsTransition.Class.create.update prototype-adapter.src.js:86
(anonymous function) effects.js:1
Effect.Base.Class.create.loop effects.js:1
Effect.ScopedQueue.Class.create.loop effects.js:1
b prototype.js:1
小提琴重新創建:here,重現單擊該系列開/關,然後單擊My Download
鏈接,再次打開/關閉並再次單擊My Download
鏈接。
我的問題如下,這是我的代碼,或者是一個高地圖中的錯誤;我該如何解決它?
我還應該提到這隻發生在scriptaculous包含 – epoch 2012-03-16 13:42:12