Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
xingbaozz opened this issue Aug 9, 2024 · 2 comments

Comments

@xingbaozz
Copy link

xingbaozz commented Aug 9, 2024

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,该方法都失效。

@shitianyi328
Copy link

我也遇到了,按照官方文档指定的方法配置,无效!

@xingbaozz xingbaozz changed the title type设置为line3D,调用dispatchAction({type: 'showTip'})失效 【BUG】type设置为line3D,调用dispatchAction({type: 'showTip'})失效 Aug 9, 2024
@helgasoft
Copy link

helgasoft commented Sep 30, 2024

it seems 'showTip' action does not work in GL, see #488.
EDIT: Actually dispatchAction does not work in 3D/GL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants