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 2ef1f31 commit 1e95744Copy full SHA for 1e95744
types/options.d.ts
@@ -12,6 +12,7 @@ export interface AnnotationTypeRegistry {
12
line: LineAnnotationOptions
13
point: PointAnnotationOptions
14
polygon: PolygonAnnotationOptions
15
+ doughnutLabel: DoughnutLabelAnnotationOptions
16
}
17
18
export type AnnotationType = keyof AnnotationTypeRegistry;
0 commit comments