Open Abhijit-Revamp opened 1 month ago
Hi @Abhijit-Revamp,
We have validated your query and would like to inform you that in the RadialBarSeries, the segment ring size is calculated based on the number of visible data points, radius and widget available size. When the legend is toggled, the remaining segments will always expand to fill the entire radial bar space. This is the default behavior of the RadialBarSeries. To reduce the outer radius of the series, we recommend adjusting the radius settings, which will modify the default radius of the RadialBarSeries.
For more details about radius, refer to the following UserGuide link. Radial bar chart: https://help.syncfusion.com/flutter/circular-charts/chart-types/radial-bar-chart#changing-the-radial-bar-size
Regards, Baranibharathi P.
@Baranibharathip Thanks. I had a look at that. However my data is dynamic and so are my legends. I have already set the radius and inner radius, however when the labels hide, tracking the radius and calculating the values will be extremely tricky. is it possible to have a flag (as an ENHANCEMENT) to keep the size of each element impact
Bug description
Hiding points (via legends) in a RadialBarSeries with circular ends looks ugly when only 1 or 2 are visible.
Not sure if setting "maximumValue" on RadialBarSeries has more impact,
The shape becomes thick and looks bad when
cornerStyle: CornerStyle.bothCurve,
orcornerStyle: CornerStyle.endCurve,
See the attached images
You can reproduce this in the samples:
Steps to reproduce
Code sample
Code sample
```dart [Add your code here] ```Screenshots or Video
Screenshots / Video demonstration
All points visible
With only 1 point visible
Same with `cornerStyle: CornerStyle.bothCurve`
One more
Stack Traces
Stack Traces
```dart [Add the Stack Traces here] ```On which target platforms have you observed this bug?
Web
Flutter Doctor output
Doctor output
```console [Add your output here] ```