Skip to content

Commit

Permalink
Update types/index.esm.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jacco van den Berg <[email protected]>
  • Loading branch information
Talla2XLC and LeeLenaleee authored Feb 10, 2022
1 parent 4def5af commit d4bb967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.esm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3033,7 +3033,7 @@ export interface CartesianScaleOptions extends CoreScaleOptions {
* The label alignment
* @default 'center'
*/
align: 'start' | 'center' | 'end' | 'inner';
align: Align | 'inner';
/**
* If true, automatically calculates how many labels can be shown and hides labels accordingly. Labels will be rotated up to maxRotation before skipping any. Turn autoSkip off to show all labels no matter what.
* @default true
Expand Down

0 comments on commit d4bb967

Please sign in to comment.