Skip to content

Commit

Permalink
fix: add bgColor type in RadialLinearScaleOptions (#11081)
Browse files Browse the repository at this point in the history
* fix: add bgColor type in RadialLinearScaleOptions

* Update src/types/index.d.ts

remove trailing space

---------

Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>
  • Loading branch information
choichoijin and LeeLenaleee committed Jan 30, 2023
1 parent b967d71 commit 1684cf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3316,6 +3316,8 @@ export type RadialTickOptions = TickOptions & {
}

export type RadialLinearScaleOptions = CoreScaleOptions & {
backgroundColor: Color;

animate: boolean;

startAngle: number;
Expand Down

0 comments on commit 1684cf7

Please sign in to comment.