Skip to content

Commit

Permalink
Add number to the title scale padding as input type (#9546)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Aug 13, 2021
1 parent 567baad commit 85cddc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.esm.d.ts
Expand Up @@ -2901,7 +2901,7 @@ export interface CartesianScaleOptions extends CoreScaleOptions {
text: string | string[];
color: Color;
font: FontSpec;
padding: {
padding: number | {
top: number;
bottom: number;
};
Expand Down

0 comments on commit 85cddc8

Please sign in to comment.