diff --git a/types/options.d.ts b/types/options.d.ts index 0f0886cab..86e31ca7e 100644 --- a/types/options.d.ts +++ b/types/options.d.ts @@ -12,6 +12,7 @@ export interface AnnotationTypeRegistry { line: LineAnnotationOptions point: PointAnnotationOptions polygon: PolygonAnnotationOptions + doughnutLabel: DoughnutLabelAnnotationOptions } export type AnnotationType = keyof AnnotationTypeRegistry;