SPH-0gJo opened a new issue #15177:
URL: https://github.com/apache/echarts/issues/15177
### Version
5.0.2
### Steps to reproduce
let option = {
dataZoom: {
start: 80,
type: "slider",
zoomOnMouseWheel: false
},
tooltip: {
formatter: ....
}
},
series: [{
type: 'treemap',
label: {
show: true,
formatter: '{b}'
},
upperLabel: {
show: true,
height: 30
},
itemStyle: {
borderColor: '#fff'
},
data: Object.values(chartData),
levels: getLevelOption()
}]
};
e.setOption(option);
### What is expected?
when applying dataZoom.zoomOnMouseWheel = false, zoom event is not occur.
### What is actually happening?
It doesn't work and zoom still occur.
<!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
<!-- This issue is in English. DO NOT REMOVE -->
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]