Ovilia commented on issue #20626:
URL: https://github.com/apache/echarts/issues/20626#issuecomment-2635860943
I might not have fully understood your meaning. To change the color of
elements when hovering, it can be done through a method similar to this:
```js
series: [
{
data: [120, 200, 150, 80, 70, 110, 130],
type: 'bar',
emphasis: {
itemStyle: {
color: 'red'
}
}
}
]
```
--
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]