Skip to content

Commit 1c2dd68

Browse files
authored
Add beforeDraw to drawtime type (#11358)
1 parent b42f9d1 commit 1c2dd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2196,7 +2196,7 @@ export type DecimationOptions = LttbDecimationOptions | MinMaxDecimationOptions;
21962196

21972197
export declare const Filler: Plugin;
21982198
export interface FillerOptions {
2199-
drawTime: 'beforeDatasetDraw' | 'beforeDatasetsDraw';
2199+
drawTime: 'beforeDraw' | 'beforeDatasetDraw' | 'beforeDatasetsDraw';
22002200
propagate: boolean;
22012201
}
22022202

0 commit comments

Comments
 (0)