Skip to content

Commit

Permalink
fix disappearing legend for cat pie chart
Browse files Browse the repository at this point in the history
  • Loading branch information
vogtmichael1 committed Jun 30, 2024
1 parent 77c76c2 commit 0f27dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/home/main_charts/category.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class CategoryChart extends StatelessWidget {
color: Theme.of(context).colorScheme.onSurfaceVariant,
),
alignment: ChartAlignment.center,
isResponsive: true,
isResponsive: false,
),
series: <CircularSeries<LabelAmountChart, String>>[
PieSeries<LabelAmountChart, String>(
Expand Down

0 comments on commit 0f27dec

Please sign in to comment.