This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 9acfca8  fix: maxInterval apache/incubator-echarts#11079
9acfca8 is described below

commit 9acfca83120209068df65adbff97f2d056482159
Author: Ovilia <zwl.s...@gmail.com>
AuthorDate: Thu Aug 29 10:51:02 2019 +0800

    fix: maxInterval apache/incubator-echarts#11079
---
 en/option/component/axis-common.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/option/component/axis-common.md 
b/en/option/component/axis-common.md
index 19dcc5b..3b7da65 100644
--- a/en/option/component/axis-common.md
+++ b/en/option/component/axis-common.md
@@ -355,7 +355,7 @@ For example, it can be set to be `1` to make sure axis 
label is show as integer.
 
 It is available only for axis of [type](~${componentType}.type) 'value' or 
'time'.
 
-#${prefix} minInterval(number)
+#${prefix} maxInterval(number)
 
 Maximum gap between split lines.
 
@@ -507,4 +507,4 @@ formatter: function (value, index) {
     }
     return texts.join('/');
 }
-```
\ No newline at end of file
+```


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to