From 85cddc89283e5b2783b01b4107bcaf6eb8ab21b4 Mon Sep 17 00:00:00 2001 From: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com> Date: Fri, 13 Aug 2021 14:28:10 +0200 Subject: [PATCH] Add number to the title scale padding as input type (#9546) --- types/index.esm.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index 41095e03d9d..53eb57487b1 100644 --- a/types/index.esm.d.ts +++ b/types/index.esm.d.ts @@ -2901,7 +2901,7 @@ export interface CartesianScaleOptions extends CoreScaleOptions { text: string | string[]; color: Color; font: FontSpec; - padding: { + padding: number | { top: number; bottom: number; };