mariusmuntean / ChartJs.Blazor

Brings Chart.js charts to Blazor
https://www.iheartblazor.com/
MIT License
677 stars 151 forks source link

Cannot set step size for radar chart #110

Closed Joelius300 closed 4 years ago

Joelius300 commented 4 years ago

This issues is based on #108.

Describe the bug

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?

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.