Add beforeDraw to drawtime type (#11358)

This commit is contained in:
Jacco van den Berg
2023-06-20 18:16:50 +02:00
committed by GitHub
parent b42f9d127d
commit 1c2dd6898e

View File

@@ -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;
}