You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the radar chart there's a Scale class with a CartesianTicks property. However, the radar chart isn't a cartesian chart. Instead it's a linear radial chart, like the polar chart. The Scale property should rather be of type LinearRadialAxis.
Which Blazor project type is your bug related to?
Client-Side
Server-Side
Which charts does this bug apply to?
Radar chart
Additional context / logging
This will be part of the much needed rework of the radar chart. PRs are welcome but probably won't be merged directly. If you consider submitting a PR, please respect our coding conventions and check out our other charts.
This issues is based on #108.
Describe the bug
In the radar chart there's a
Scale
class with aCartesianTicks
property. However, the radar chart isn't a cartesian chart. Instead it's a linear radial chart, like the polar chart. TheScale
property should rather be of typeLinearRadialAxis
.Which Blazor project type is your bug related to?
Which charts does this bug apply to?
Radar chart
Additional context / logging
This will be part of the much needed rework of the radar chart. PRs are welcome but probably won't be merged directly. If you consider submitting a PR, please respect our coding conventions and check out our other charts.
Code example
Provided internally and in #108.
The text was updated successfully, but these errors were encountered: