Highcharts 3d调整zindex错误

Highcharts 3d resize zindex bug

本文关键字:错误 zindex 调整 3d Highcharts      更新时间:2023-09-26

我在Highcharts 3d resize zindex系列中遇到了这个问题。

请参阅https://jsfiddle.net/0eksh7w2/4/并调整"结果"窗口的大小。你会看到一只含有锌的虫子。

$('#container').highcharts({
    "chart": {
        "type": "column",
        "_animation": false,
        "_margin": [100, 75, 75, 75],
        ...

我刚刚报告了这个错误。同时,有人知道变通办法吗?

此错误现已修复。

请参阅https://github.com/highslide-software/highcharts.com/issues/4062

请参阅以下代码:http://jsfiddle.net/0eksh7w2/7/

<script src="http://github.highcharts.com/highcharts.src.js"></script>
<script src="http://github.highcharts.com/highcharts-3d.src.js"></script>
...