Skip to content

【BUG】type设置为line3D,调用dispatchAction({type: 'showTip'})失效 #531

Open
@xingbaozz

Description

@xingbaozz

https://echarts.apache.org/examples/zh/editor.html?c=line3d-orthographic&gl=1
在官方代码实例中添加
myChart.dispatchAction({
type: 'showTip',
seriesIndex: 0,dataIndex: 20
});
失效!
看到其他同学提到的type设置为bar3d也失效。
是不是只要是echarts-gl 绘制3D,该方法都失效。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions