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 2022/11/25 08:28:45 UTC

[GitHub] [echarts] p578559783 commented on issue #16958: [Bug] scatter-large: myChart.dispatchAction({ type: 'showTip', ... }) doesn't work

p578559783 commented on issue #16958:
URL: https://github.com/apache/echarts/issues/16958#issuecomment-1327152726

   可以尝试下  ,遇到过这个问题,折腾一阵子,发现把seriesIndex 设置成0就可以正常了
   myChart.dispatchAction({
       seriesIndex: 0,  //修改成0
       dataIndex: 4,
       type: 'showTip'
   })


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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