xiaoyaoxmhl opened a new issue #13546: URL: https://github.com/apache/incubator-echarts/issues/13546
use echarts demo by [https://echarts.apache.org/examples/zh/editor.html?c=bar3d-simplex-noise&gl=1&theme=dark](echarts demo) codepen demo: https://codepen.io/xiaoyaoxmhl/pen/JjKBJaG ` myChart.dispatchAction({ type: "showTip", seriesIndex: 0, dataIndex: 0, }); ` What is expected? the chart should show tooltip when the webpage opens. Not only when the mouse is hovering over it What is actually happening? the tooltip not work. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
