You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/05/22 13:18:58 UTC

[GitHub] [incubator-echarts] phazor commented on issue #10523: DataZoom zooms out to show one day when a span of 0 is selected

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:
   ![datazoom_1](https://user-images.githubusercontent.com/1484323/58177499-c8fcc400-7ca4-11e9-99c6-252cddd9b7a7.gif)
   
   With workaround:
   ![datazoom_2](https://user-images.githubusercontent.com/1484323/58177506-cd28e180-7ca4-11e9-81bd-eea2175ff15b.gif)
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org