Skip to content

Commit 1684cf7

Browse files
fix: add bgColor type in RadialLinearScaleOptions (#11081)
* fix: add bgColor type in RadialLinearScaleOptions * Update src/types/index.d.ts remove trailing space --------- Co-authored-by: Jacco van den Berg <[email protected]>
1 parent b967d71 commit 1684cf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3316,6 +3316,8 @@ export type RadialTickOptions = TickOptions & {
33163316
}
33173317

33183318
export type RadialLinearScaleOptions = CoreScaleOptions & {
3319+
backgroundColor: Color;
3320+
33193321
animate: boolean;
33203322

33213323
startAngle: number;

0 commit comments

Comments
 (0)