mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-06 08:24:05 +01:00
Add beforeDraw to drawtime type (#11358)
This commit is contained in:
committed by
GitHub
parent
b42f9d127d
commit
1c2dd6898e
2
src/types/index.d.ts
vendored
2
src/types/index.d.ts
vendored
@@ -2196,7 +2196,7 @@ export type DecimationOptions = LttbDecimationOptions | MinMaxDecimationOptions;
|
||||
|
||||
export declare const Filler: Plugin;
|
||||
export interface FillerOptions {
|
||||
drawTime: 'beforeDatasetDraw' | 'beforeDatasetsDraw';
|
||||
drawTime: 'beforeDraw' | 'beforeDatasetDraw' | 'beforeDatasetsDraw';
|
||||
propagate: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user