helgasoft commented on issue #18936: URL: https://github.com/apache/echarts/issues/18936#issuecomment-1668866723
Yes, API docs do not mention _updateAxisPointer_, but a repo search will find calls like: https://github.com/apache/echarts/blob/586ca04b5c925d455db35324b2d4ecd746b93a27/src/component/tooltip/TooltipView.ts#L436 This format works: ```chart.dispatchAction({ type: 'updateAxisPointer', seriesIndex: 0, dataIndex: 44 });``` -- 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]
