Skip to content

Commit 58b9417

Browse files
authored
Merge pull request #19499 from taks/fix-document
Fix ValueAxisBaseOption doc comment
2 parents 17b53e1 + ca52a24 commit 58b9417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coord/axisCommonTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export interface ValueAxisBaseOption extends NumericAxisBaseOptionCommon {
151151
/**
152152
* Optional value can be:
153153
* + `false`: always include value 0.
154-
* + `false`: always include value 0.
154+
* + `true`: the axis may not contain zero position.
155155
*/
156156
scale?: boolean;
157157
}

0 commit comments

Comments
 (0)