phazor commented on issue #10523: DataZoom zooms out to show one day when a span of 0 is selected URL: https://github.com/apache/incubator-echarts/issues/10523#issuecomment-494798425 Workaround: set `dataZoom: { minSpan: <value> }` to a value of 0.01 or something suitable small. The only issue with this is that instead of the dragged selection point 'crossing over' the existing selection point, it pulls the point with it instead: Ideal behaviour:  With workaround: 
---------------------------------------------------------------- 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]
