amitknit09 opened a new issue, #17663:
URL: https://github.com/apache/echarts/issues/17663

   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   https://codesandbox.io/s/multiple-y-axes-forked-qrb7ll?file=/index.js
   
   ### Steps to Reproduce
   
   1. Create a chart with multiple Y-Axis(3 Y-Axis)
   2.  I want to use Data area zooming, so I have used 
"toolbox.feature.dataZoom" option
   3.  I want to control the zoom for only 1 Y-Axis. 
        toolbox: {
       feature: {
         dataZoom: {
           yAxisIndex: [1]
         }
       }
     }
   
   ### Current Behavior
   
   Zoom functionality stopped working and it only works if I am giving all 3 
axis.
   
   ### Expected Behavior
   
   Defined yAxis should be controlled.
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to