echarts [new Feature] dispatchAction showTip is not work in 3D Scatter

7eumitmz  于 5个月前  发布在  Echarts
关注(0)|答案(3)|浏览(44)

Version

echarts 5.3.3 & echarts-gl 2.0.9

No response

Steps to Reproduce

echartRef.dispatchAction({
    type: 'showTip',
    seriesIndex: 0,
    dataIndex: 2
  })

Current Behavior

when the ts excution dispatchAction api the tooltip can not show in 3D Scatter chart

Expected Behavior

but on 2D Scatter is normal

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

tvokkenx

tvokkenx1#

咋样了铁汁,我也遇到这样的问题,是不是dispatchAction不支持3D的组件

a7qyws3x

a7qyws3x2#

咋样了铁汁,我也遇到这样的问题,是不是dispatchAction不支持3D的组件

老铁 可能GL 类的图表现在还是不支持哦,我翻了下其他人提的issue, 今年一月份,官方Ovilia 姐姐是这么回复的,如下

#16356 (comment)

c9qzyr3d

c9qzyr3d3#

好的,和我想的差不多,感谢…

------------------ 原始邮件 ------------------ 发件人: ***@***.***>; 发送时间: 2022年12月15日(星期四) 上午10:27 收件人: ***@***.***>; 抄送: ***@***.***>; ***@***.***>; 主题: Re: [apache/echarts] [new Feature] dispatchAction showTip is not work in 3D Scatter (Issue #18064) 咋样了铁汁,我也遇到这样的问题,是不是dispatchAction不支持3D的组件 老铁 可能GL 类的图表现在还是不支持哦,我翻了下其他人提的issue, 今年一月份,官方Ovilia 姐姐是这么回复的,如下 #16356 (comment) — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: ***@***.***>

相关问题