Skip to content

Commit

Permalink
display text vertically for game phases
Browse files Browse the repository at this point in the history
  • Loading branch information
julien4215 committed Mar 29, 2024
1 parent 8691ecc commit a815ab7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions lib/src/view/analysis/analysis_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,9 @@ class AcplChart extends ConsumerWidget {
label: VerticalLineLabel(
style: const TextStyle(fontSize: 10),
labelResolver: (line) => label,
padding: const EdgeInsets.all(2.0),
alignment: Alignment.topRight,
direction: LabelDirection.vertical,
show: true,
),
);
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -485,10 +485,10 @@ packages:
dependency: "direct main"
description:
name: fl_chart
sha256: "00b74ae680df6b1135bdbea00a7d1fc072a9180b7c3f3702e4b19a9943f5ed7d"
sha256: "2b7c1f5d867da9a054661641c8f499c55c47c39acccb97b3bc673f5fa9a39e74"
url: "https://pub.dev"
source: hosted
version: "0.66.2"
version: "0.67.0"
flutter:
dependency: "direct main"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
firebase_core: ^2.15.0
firebase_crashlytics: ^3.3.4
firebase_messaging: ^14.7.8
fl_chart: ^0.66.0
fl_chart: ^0.67.0
flutter:
sdk: flutter
flutter_appauth: ^6.0.0
Expand Down

0 comments on commit a815ab7

Please sign in to comment.