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
dreautall committed Jun 30, 2024
1 parent 8f7038e commit 3d73449
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 3d73449

Please sign in to comment.