You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/10/27 03:06:12 UTC

[GitHub] [incubator-echarts] zhaosheng808 commented on issue #13476: map3D dispatchAction showTip not work!

zhaosheng808 commented on issue #13476:
URL: https://github.com/apache/incubator-echarts/issues/13476#issuecomment-716948606


   > @zhaosheng808 Please provide a demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM or https://gallery.echartsjs.com/editor.html.
   
   [codepen demo](https://codepen.io/zhaosheng808/pen/VwjpOrY)
   
   when the `series.type = map` 
   ```
   chart.dispatchAction({
       type: "showTip",
       seriesIndex: 0,
       dataIndex: 0
   })
   ```
   the `tooltip` is work well;
   when the `series.type = map3D` ,  the the `tooltip` is not show;


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org