You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/10/30 10:48:46 UTC

[GitHub] hepeifang commented on issue #6465: min max 支持回调函数

hepeifang commented on issue #6465: min max 支持回调函数
URL: https://github.com/apache/incubator-echarts/issues/6465#issuecomment-434253883
 
 
   回调函数写的
   min: function (value) {
       return value.min - 10
   }
   刻度仍然不显示
   前提:min: 'dataMin'使用正常,且仅修改'dataMin'为function(){}

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org