I would like the donut to look like the jpg called ExactRadius. I used:
<RadzenDonutSeries Radius="100" InnerRadius="80"
The problem is it is not responsive.
If I don't set the Radius or InnerRadius it is responsive, but the inner radius is way to small as in the jpg RadiusNotSet.
I need to either be able to set the Radius and InnerRadius changes in a CSS media query or have the InnerRadius be a percentage of the radius. Apparently you cannot use percentages for the Radius and InnerRadius, which is really annoying.
Anyone have any ideas? Hopefully you can see the screenshots I uploaded. I cannot see them while I am writing this.
At the moment percentage based inner radius isn't supported. Specifying the inner radius via CSS is also not supported as it should be known in the C# code. The current implementation sets the inner radius to be half the radius if not set. We can probably add a property to change that ratio. Would also gladly accept a pull request implementing it.
Thanks for the response! When you say "We can probably add a property to change that ratio", does that mean it will actually be done? And when you say "Would also gladly accept a pull request implementing it", is a pull request something I do? I don't know what a pull request is.
Also, if it was to be done, any idea of a time frame?