作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我们已在 highchart 中的条形图和类别上附加了向下钻取事件,并且我们对图表中的每个点击事件发送 ajax 调用。图表工作正常,但在渲染后出现脚本错误:
highcharts a.onContainerClick is not a function
最佳答案
注意到我们的应用程序也有同样的问题。发现这个:
https://github.com/highcharts/highcharts/issues/2775
i used @larrydahooster's setTimeout to disrupt the sync flow and the error has disappeared now. My react component with the chart was re-rendering and so the original chart was gone when the onContainerClick event was triggered.
我们有代码可以存储用户选项,并在用户单击图例项时重新绘制图表。我们确实将代码包装在 setTimeout 中,错误就消失了。
关于javascript - highcharts a.onContainerClick 不是函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36976477/
我是一名优秀的程序员,十分优秀!