我目前正在尝试在我的Highstock库中使用customEvents插件。
http://www.highcharts.com/plugin-registry/single/15/Custom-Events
然而,在导入customEvents.js之后,我得到了以下错误:
Cannot read property 'plotLines' of undefined at HC.Chart.customEvent.HC.Chart.customEvent.resetAxisEvents在网站上,它说它依赖于highcharts v3.0.7。因为highstock lib版本与highcharts版本不同。目前,我使用的是最新版本的highstock lib v2.1.8
有没有人熟悉这个问题?
非常感谢!
发布于 2015-09-16 23:03:13
我已经在提交中修复了这个问题:https://github.com/blacklabel/custom_events/issues/28
如果问题仍然出现,请让我知道。
https://stackoverflow.com/questions/32611509
复制相似问题