Congee commented on issue #19571:
URL: https://github.com/apache/echarts/issues/19571#issuecomment-2859614930

   The [doc](https://echarts.apache.org/en/api.html#events.datazoom) is 
misleading
   ``` javascript
   {
       type: 'datazoom',
       // percentage of zoom start position, 0 - 100
       start: number
       // percentage of zoom finish position, 0 - 100
       end: number
       // data value of zoom start position; only exists in zoom event of 
triggered by toolbar
       startValue?: number
       // data value of zoom finish position; only exists in zoom event of 
triggered by toolbar
       endValue?: number
   }
   ```


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

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