Add number to the title scale padding as input type (#9546)

This commit is contained in:
Jacco van den Berg 2021-08-13 14:28:10 +02:00 committed by GitHub
parent 567baad09d
commit 85cddc8928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2901,7 +2901,7 @@ export interface CartesianScaleOptions extends CoreScaleOptions {
text: string | string[];
color: Color;
font: FontSpec;
padding: {
padding: number | {
top: number;
bottom: number;
};