100pah edited a comment on issue #12247: When zooming in on a chart using toolbox.feature.dataZoom if a point is outside the selected zoom rectangle the chart is not plotted correctly URL: https://github.com/apache/incubator-echarts/issues/12247#issuecomment-595893767 That can be resolved by setting: ```js option = { toolbox: { feature: { dataZoom: { 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
