highcharts.js and highstock.js conflict



我正在使用highcharts,当它到达漏斗时,如果highcharts.js和hilitock.js都包含在同一页面上,漏斗不起作用。

在谷歌搜索后,我发现一个解决方案是使用一个的处理版本和另一个的非捆绑版本,这将是很好的,但我认为这不能做到,因为我再也找不到捆绑和非捆绑的版本了。

所以,没有做到以上,有没有人知道一个解决办法,如何让他们都在同一个页面上一起工作?

<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="http://code.highcharts.com/stock/highstock.js"></script>
<script src="https://code.highcharts.com/modules/funnel.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>

这里是DEMO

最新更新