You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "helgasoft (via GitHub)" <gi...@apache.org> on 2023/02/21 00:55:48 UTC

[GitHub] [echarts] helgasoft commented on issue #18289: [Bug] Sometimes the last tooltip of a series can't show when triggered by dispatchAction

helgasoft commented on issue #18289:
URL: https://github.com/apache/echarts/issues/18289#issuecomment-1437715484

   not-a-bug
   You need to just wrap the _dispatchAction_ call in a function inside _setTimeout_. 
   ```
   setTimeout( () => {
     myChart.dispatchAction({
       type: "showTip",
       seriesIndex: 0,
       dataIndex: 5
     }) 
   });
   ```


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