Skip to content

Commit

Permalink
keep compatibility with old behaviour and start at 3PM
Browse files Browse the repository at this point in the history
  • Loading branch information
mschneider authored and apgapg committed Jul 22, 2019
1 parent 4be35be commit 0af195a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pie_chart.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class PieChart extends StatefulWidget {
this.chartValuesColor = Colors.black87,
this.colorList = defaultColorList,
this.showLegends = true,
this.initialAngle = math.pi * 1.5,
this.initialAngle = 0.0,
this.fontFamily,
Key key})
: super(key: key);
Expand Down

0 comments on commit 0af195a

Please sign in to comment.