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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to