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.
1 parent ca13aaf commit 04fcde5Copy full SHA for 04fcde5
types/index.d.ts
@@ -3,7 +3,7 @@ import { AnnotationPluginOptions, BoxAnnotationOptions, EllipseAnnotationOptions
3
4
declare module 'chart.js' {
5
// eslint-disable-next-line @typescript-eslint/no-unused-vars
6
- interface PluginOptionsByType<TType extends ChartType = ChartType> {
+ interface PluginOptionsByType<TType extends ChartType> {
7
annotation: AnnotationPluginOptions;
8
}
9
0 commit comments