diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index 5ea417ea3..19a7009fb 100644 --- a/types/index.esm.d.ts +++ b/types/index.esm.d.ts @@ -2905,6 +2905,7 @@ export interface CartesianScaleOptions extends CoreScaleOptions { title: { display: boolean; + align: 'start' | 'center' | 'end'; text: string | string[]; color: Color; font: FontSpec;