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

   ### What problem does this feature solve?
   
   https://echarts.apache.org/zh/option.html#yAxis.interval
   希望yAxis.interval 
可以通过Function来设置,参数和类似https://echarts.apache.org/zh/option.html#yAxis.min的Function一样
   
   ### What does the proposed API look like?
   
   ```
   interval: function (value:  {max, min}) {
       return Math.ceil((100 - min) / 3)
   }
   ```


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