johnnhan commented on issue #16263: URL: https://github.com/apache/echarts/issues/16263#issuecomment-1001364029
> @johnnhan 我尝试修复你这个问题时,去查了一下 [文档](https://echarts.apache.org/zh/option.html#dataZoom-inside.filterMode) 发现这并不是一个bug,是你没有设置 filteMode导致的。你可以dataZoom为 ` dataZoom: [{ show: false, filterMode: 'none', }]` 非常感谢能够解决我的问题,辛苦 -- 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]
