diff --git a/example/animated_radial_chart_example.dart b/example/animated_radial_chart_example.dart index 40da1e1..f7d83f3 100644 --- a/example/animated_radial_chart_example.dart +++ b/example/animated_radial_chart_example.dart @@ -98,6 +98,7 @@ class _AnimatedRadialChartExampleState size: _chartSize, initialChartData: _generateChartData(value), chartType: CircularChartType.Radial, + edgeStyle: SegmentEdgeStyle.Round, percentageValues: true, holeLabel: '$value%', labelStyle: _labelStyle,