Skip to content

Commit

Permalink
fix(types): Fix missing polar type
Browse files Browse the repository at this point in the history
Add polar type to ChartTypes

Fix #3778
  • Loading branch information
netil authored May 23, 2024
1 parent ae0711d commit 7f5d5b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export type ChartTypes = "area"
| "gauge"
| "line"
| "pie"
| "polar"
| "radar"
| "scatter"
| "spline"
Expand Down

0 comments on commit 7f5d5b0

Please sign in to comment.