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