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 <jaccoberg2281@gmail.com>
This commit is contained in:
Yujin Choi 2023-01-31 08:23:08 +09:00 committed by GitHub
parent b967d71c87
commit 1684cf7dbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3316,6 +3316,8 @@ export type RadialTickOptions = TickOptions & {
}
export type RadialLinearScaleOptions = CoreScaleOptions & {
backgroundColor: Color;
animate: boolean;
startAngle: number;