diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index 913baee92..d95c91fd1 100644 --- a/types/index.esm.d.ts +++ b/types/index.esm.d.ts @@ -1349,6 +1349,7 @@ export interface ScriptableScalePointLabelContext { scale: Scale; index: number; label: string; + type: string; } @@ -3424,6 +3425,12 @@ export type RadialLinearScaleOptions = CoreScaleOptions & { */ callback: (label: string, index: number) => string | string[] | number | number[]; + /** + * Padding around the pointLabels + * @default 5 + */ + padding: Scriptable; + /** * if true, point labels are centered. * @default false