Add align to interface of scale title config (#9634)

This commit is contained in:
David Sandoz 2021-09-08 13:26:43 +02:00 committed by GitHub
parent 61e3eca198
commit 0e64e53a59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2905,6 +2905,7 @@ export interface CartesianScaleOptions extends CoreScaleOptions {
title: {
display: boolean;
align: 'start' | 'center' | 'end';
text: string | string[];
color: Color;
font: FontSpec;