pissang commented on issue #10224: Toolbox zoom returns chart in odd state
URL: 
https://github.com/apache/incubator-echarts/issues/10224#issuecomment-532194314
 
 
   It's because of the `dataZoom` component filter out all the data and there 
are only one point exits.
   
   Just pushed a commit 
https://github.com/apache/incubator-echarts/commit/d80db8e577a80efaed0c84ff96a424e0e37ad8de
 to support 
[filterMode](https://echarts.apache.org/en/option.html#dataZoom-slider.filterMode)
 in the toolbox dataZoom.
   
   It can be fixed by following config:
   
   ```js
   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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to