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

wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts.git


The following commit(s) were added to refs/heads/master by this push:
     new ca52a24ce Fix ValueAxisBaseOption document
     new 58b94179c Merge pull request #19499 from taks/fix-document
ca52a24ce is described below

commit ca52a24ce5e5c26cd0f5df33e488f2ac28daca16
Author: taks <857tn...@gmail.com>
AuthorDate: Fri Jan 12 10:08:27 2024 +0900

    Fix ValueAxisBaseOption document
---
 src/coord/axisCommonTypes.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/coord/axisCommonTypes.ts b/src/coord/axisCommonTypes.ts
index aa92868e3..fbfaf9cf4 100644
--- a/src/coord/axisCommonTypes.ts
+++ b/src/coord/axisCommonTypes.ts
@@ -151,7 +151,7 @@ export interface ValueAxisBaseOption extends 
NumericAxisBaseOptionCommon {
     /**
      * Optional value can be:
      * + `false`: always include value 0.
-     * + `false`: always include value 0.
+     * + `true`: the axis may not contain zero position.
      */
      scale?: boolean;
 }


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

Reply via email to