susiwen8 commented on issue #10442: Fix axis scale is working when max or min is set (#10389) URL: https://github.com/apache/incubator-echarts/pull/10442#issuecomment-498000871 > It's not about the dataZoom component. Please see the data area. In your patch, the data that is not in the `min-max` range is not visible anymore and not connected to the adjacent data, which is not correct. The fix of this issue should not change the grid area, but only the dataZoom component. > I think this may not be the correct place to change. This was cause by another bug, and it's in an opening issue, I can't find which it is. When you using toolbox to zoom in charts, it only considers those datas who are in view section. you can also set datazoom without 'min' option, and then slide, you will see the line changing https://github.com/apache/incubator-echarts/blob/master/src/component/dataZoom/AxisProxy.js#L303 zoom component controls valueWindow, and valueWindow controls view section, not quiet like no-datazoom situation.
---------------------------------------------------------------- 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]
