diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index 709b2034bb4..4c3dde6923b 100644 --- a/types/index.esm.d.ts +++ b/types/index.esm.d.ts @@ -2821,6 +2821,10 @@ export type LinearScaleOptions = CartesianScaleOptions & { * Adjustment used when calculating the minimum data value. */ suggestedMax?: number; + /** + * Percentage (string ending with %) or amount (number) for added room in the scale range above and below data. + */ + grace?: string | number; ticks: { /**