zhouyunfang opened a new issue #15279:
URL: https://github.com/apache/echarts/issues/15279
以下两个方法在eacharts4.9版本中失败了;请问哪个版本可以生效,或者什么方法可以做到
` myChartMap.dispatchAction({
type: 'downplay', // 取消高亮指定的数据图形
seriesIndex: 0
})
myChartMap.dispatchAction({
type: 'highlight', // 高亮指定的数据图形
seriesIndex: 0,
dataIndex: hourIndex
})`
--
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]