Skip to content

Commit 1e95744

Browse files
#958 Add doughnutLabel type (#959)
Co-authored-by: Tanner McCleerey <[email protected]>
1 parent 2ef1f31 commit 1e95744

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/options.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export interface AnnotationTypeRegistry {
1212
line: LineAnnotationOptions
1313
point: PointAnnotationOptions
1414
polygon: PolygonAnnotationOptions
15+
doughnutLabel: DoughnutLabelAnnotationOptions
1516
}
1617

1718
export type AnnotationType = keyof AnnotationTypeRegistry;

0 commit comments

Comments
 (0)