mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-24 17:16:52 +01:00
Add align to interface of scale title config (#9634)
This commit is contained in:
1
types/index.esm.d.ts
vendored
1
types/index.esm.d.ts
vendored
@@ -2905,6 +2905,7 @@ export interface CartesianScaleOptions extends CoreScaleOptions {
|
||||
|
||||
title: {
|
||||
display: boolean;
|
||||
align: 'start' | 'center' | 'end';
|
||||
text: string | string[];
|
||||
color: Color;
|
||||
font: FontSpec;
|
||||
|
||||
Reference in New Issue
Block a user