diff --git a/example/animated_random_radial_chart_example.dart b/example/animated_random_radial_chart_example.dart index 77a42fe..f883661 100644 --- a/example/animated_random_radial_chart_example.dart +++ b/example/animated_random_radial_chart_example.dart @@ -26,6 +26,7 @@ class _RandomizedRadialChartExampleState @override void initState() { + super.initState(); data = _generateRandomData(); }