xqwzts/flutter_circular_chart

Add an assertion for data length in pie charts

xqwzts opened this issue · 0 comments

Pie charts cannot display multiple stacks, add an assertion in CircularChart to check that stacks.length == 1 if chartType is Pie.