yuanzui opened a new issue #10557: 使用dispatchAction 触发focusNodeAdjacency传值无法区分点还是线 URL: https://github.com/apache/incubator-echarts/issues/10557 官网示例: dispatchAction({ type: 'focusNodeAdjacency', // 使用 seriesId 或 seriesIndex 或 seriesName 来定位 series. seriesId: 'xxx', seriesIndex: 0, seriesName: 'nnn', // 使用 dataIndex 来定位节点。 dataIndex: 12 }) 只给了dataIndex定位节点 但是点和线的index是分开来的 点线有问题
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
