Skip to content

Commit

Permalink
Fix ValueAxisBaseOption document
Browse files Browse the repository at this point in the history
  • Loading branch information
taks committed Jan 12, 2024
1 parent 17b53e1 commit ca52a24
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 ca52a24

Please sign in to comment.