echarts-bot[bot] commented on issue #17062:
URL: https://github.com/apache/echarts/issues/17062#issuecomment-1129907066

   @kkkisme It seems you are not using English, I've helped translate the 
content automatically. To make your issue understood by more people and get 
helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   [Feature] yAxis.interval adds parameters in the form of Function
   
   **BODY**
   
   ### What problem does this feature solve?
   
   https://echarts.apache.org/en/option.html#yAxis.interval
   Hope that yAxis.interval can be set by Function, the parameters are the same 
as Functions like https://echarts.apache.org/zh/option.html#yAxis.min
   
   ### What does the proposed API look like?
   
   ````
   interval: function (value: {max, min}) {
       return Math.ceil((100 - min) / 3)
   }
   ````
   </details>


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