You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/03/06 18:14:26 UTC

[GitHub] [incubator-echarts] 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

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


With regards,
Apache Git Services

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