Skip to content

Commit

Permalink
Add align to interface of scale title config (#9634)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsandoz committed Sep 8, 2021
1 parent 61e3eca commit 0e64e53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.esm.d.ts
Expand Up @@ -2905,6 +2905,7 @@ export interface CartesianScaleOptions extends CoreScaleOptions {

title: {
display: boolean;
align: 'start' | 'center' | 'end';
text: string | string[];
color: Color;
font: FontSpec;
Expand Down

0 comments on commit 0e64e53

Please sign in to comment.