Skip to content

Commit

Permalink
Merge pull request #19499 from taks/fix-document
Browse files Browse the repository at this point in the history
Fix ValueAxisBaseOption doc comment
  • Loading branch information
plainheart authored Jan 12, 2024
2 parents 17b53e1 + ca52a24 commit 58b9417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coord/axisCommonTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 58b9417

Please sign in to comment.