From ca52a24ce5e5c26cd0f5df33e488f2ac28daca16 Mon Sep 17 00:00:00 2001 From: taks <857tn859@gmail.com> Date: Fri, 12 Jan 2024 10:08:27 +0900 Subject: [PATCH] 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 aa92868e3e..fbfaf9cf43 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; }