mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Type Chart.legend property (#10130)
This commit is contained in:
parent
56661e448d
commit
49dc77ec0b
1
types/index.esm.d.ts
vendored
1
types/index.esm.d.ts
vendored
@ -490,6 +490,7 @@ export declare class Chart<
|
||||
readonly scales: { [key: string]: Scale };
|
||||
readonly attached: boolean;
|
||||
|
||||
readonly legend?: LegendElement<TType>; // Only available if legend plugin is registered and enabled
|
||||
readonly tooltip?: TooltipModel<TType>; // Only available if tooltip plugin is registered and enabled
|
||||
|
||||
data: ChartData<TType, TData, TLabel>;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user