Echart version update highlight the line series on hover by default, is there any workaround or a fix for this issue? To keep it more static and not highlight the lineseries data?
You can set emphasis to disabled:
series: [
{
data: [120, 200, 150, 80, 70, 110, 130],
type: 'bar',
emphasis: {
disabled: true
},
},
]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With