Add round edgeStyle in example

This commit is contained in:
Victor Choueiri 2018-05-09 21:25:44 +03:00 committed by Victor Choueiri
parent c8bbc3f8c1
commit 7fd5c0d99e

View File

@ -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,