Add round edgeStyle in example
This commit is contained in:
parent
c8bbc3f8c1
commit
7fd5c0d99e
@ -98,6 +98,7 @@ class _AnimatedRadialChartExampleState
|
|||||||
size: _chartSize,
|
size: _chartSize,
|
||||||
initialChartData: _generateChartData(value),
|
initialChartData: _generateChartData(value),
|
||||||
chartType: CircularChartType.Radial,
|
chartType: CircularChartType.Radial,
|
||||||
|
edgeStyle: SegmentEdgeStyle.Round,
|
||||||
percentageValues: true,
|
percentageValues: true,
|
||||||
holeLabel: '$value%',
|
holeLabel: '$value%',
|
||||||
labelStyle: _labelStyle,
|
labelStyle: _labelStyle,
|
||||||
|
Loading…
Reference in New Issue
Block a user