Skip to content

Commit

Permalink
Add beforeDraw to drawtime type (#11358)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Jun 20, 2023
1 parent b42f9d1 commit 1c2dd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/index.d.ts
Expand Up @@ -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;
}

Expand Down

0 comments on commit 1c2dd68

Please sign in to comment.