From: David Sandoz Date: Wed, 8 Sep 2021 11:26:43 +0000 (+0200) Subject: Add align to interface of scale title config (#9634) X-Git-Tag: v3.6.0~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e64e53a59df1e0ba8ab6bd429334badb0a2afbc;p=thirdparty%2FChart.js.git Add align to interface of scale title config (#9634) --- 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;