pie_chart
pie_chart copied to clipboard
Ring type charts overlaps with neighbouring widget
It seems for the ChartType.ring, chartRadius is calculated for the inner ring, so for a thick ringStrokeWidth the ring overlaps/overflows to the neighbouring widgets. I think the chartRadius should be calculated for the outer radius of the ring so that it stays withing its space.
Yes you pointed out correctly.
It seems for the
ChartType.ring,chartRadiusis calculated for the inner ring, so for a thickringStrokeWidththe ring overlaps/overflows to the neighbouring widgets. I think thechartRadiusshould be calculated for the outer radius of the ring so that it stays withing its space.
Did you find any solution