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 2019/01/04 05:21:46 UTC

[GitHub] pissang edited a comment on issue #9668: interval,和 minInterval间隔 在定了max和min后间隔不平均

pissang edited a comment on issue #9668: interval,和 minInterval间隔 在定了max和min后间隔不平均
URL: https://github.com/apache/incubator-echarts/issues/9668#issuecomment-451355760
 
 
   It's a common strategy to make sure the number of interval ticks is nice(eg, have steps 2, 3, 5, 10) when min and max are fixed. If you want to force the interval are all the same. You can set `interval` to `(max - min) / 5`

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