-
Notifications
You must be signed in to change notification settings - Fork 12k
Description
Expected behavior
I had an issue that background color of Radar chart works well but doesn't recognize type. But it worked by adding type in RadialLinearScaleOptions. Please let me know if this is a possible solution.
Current behavior
The error message is like this.
Object literal may only specify known properties, and 'backgroundColor' does not exist in type '_DeepPartialObject<{ type: "radialLinear"; } & CoreScaleOptions & { animate: boolean; startAngle: number; angleLines: { display: boolean; color: Scriptable<Color, ScriptableScaleContext>; lineWidth: Scriptable<...>; borderDash: Scriptable<...>; borderDashOffset: Scriptable<...>; }; ... 7 more ...; ticks: RadialTickO...'.ts(2322)
Reproducible sample
Optional extra steps/info to reproduce
No response
Possible solution
add type
backgroundColor: Color; in type RadialLinearScaleOptions
Context
I'm trying to make this chart.

chart.js version
v4.1.2
Browser name and version
No response
Link to your project
No response