Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/c/66.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Highcharts 带图例的海图的3d海图_Highcharts - Fatal编程技术网

Highcharts 带图例的海图的3d海图

Highcharts 带图例的海图的3d海图,highcharts,Highcharts,我正在为我的网站使用Highcharts。我需要支持3d效果的图例。但我无法使用“chart.options3d.enabled:true”和“plotOptions.pie.depth:`numeric value´”获得3d效果。请建议在配置中也使用alpha beta,如果没有这些,它将无法渲染为3d,请参阅 对于图例,请使用showInLegend:true 另外,检查highchart的3D js是否包含在内是否也设置了alpha beta?该图例在charts 3D中受支持,因此请使

我正在为我的网站使用Highcharts。我需要支持3d效果的图例。但我无法使用“chart.options3d.enabled:true”和“plotOptions.pie.depth:`numeric value´”获得3d效果。请建议

在配置中也使用alpha beta,如果没有这些,它将无法渲染为3d,请参阅

对于图例,请使用showInLegend:true
另外,检查highchart的3D js是否包含在内

是否也设置了alpha beta?该图例在charts 3D中受支持,因此请使用未使用的元素重新创建您的示例。
 options3d: {
            enabled: true,
            alpha: 45,
            beta: 0
        }