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 2019/12/11 03:10:53 UTC

[GitHub] [incubator-echarts] pissang opened a new issue #11829: min/max callback of yAxis support return null

pissang opened a new issue #11829: min/max callback of yAxis support return null
URL: https://github.com/apache/incubator-echarts/issues/11829
 
 
   ### What problem does this feature solve?
   Currently if min/max callback return null, the behaviour is unexpected.
   
   We can still use the auto calculated max value if the callback returns null
   
   ### What does the proposed API look like?
   ```js
   max: function (val) {
     return val > 0 ? val : null;
   }
   ```
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->

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