Skip to content

Commit

Permalink
#958 Add doughnutLabel type (#959)
Browse files Browse the repository at this point in the history
Co-authored-by: Tanner McCleerey <tmccleerey@sprocketsports.com>
  • Loading branch information
Tmccleerey and tmccleerey-sprocket authored Dec 13, 2024
1 parent 2ef1f31 commit 1e95744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/options.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export interface AnnotationTypeRegistry {
line: LineAnnotationOptions
point: PointAnnotationOptions
polygon: PolygonAnnotationOptions
doughnutLabel: DoughnutLabelAnnotationOptions
}

export type AnnotationType = keyof AnnotationTypeRegistry;
Expand Down

0 comments on commit 1e95744

Please sign in to comment.