We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
beforeDraw
1 parent b42f9d1 commit 1c2dd68Copy full SHA for 1c2dd68
src/types/index.d.ts
@@ -2196,7 +2196,7 @@ export type DecimationOptions = LttbDecimationOptions | MinMaxDecimationOptions;
2196
2197
export declare const Filler: Plugin;
2198
export interface FillerOptions {
2199
- drawTime: 'beforeDatasetDraw' | 'beforeDatasetsDraw';
+ drawTime: 'beforeDraw' | 'beforeDatasetDraw' | 'beforeDatasetsDraw';
2200
propagate: boolean;
2201
}
2202
0 commit comments