Skip to content

Commit

Permalink
add a comment about the placement of bottom titles
Browse files Browse the repository at this point in the history
  • Loading branch information
julien4215 committed Apr 10, 2024
1 parent 7d80fb8 commit be2a6b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/view/user/perf_stats_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,8 @@ class _EloChartState extends State<_EloChart> {
reservedSize: 25,
getTitlesWidget: bottomTitlesWidget,
interval: (_maxX - _minX) / 3,
// The placement of the bottom titles is not perfect
// See the issue https://github.com/imaNNeo/fl_chart/issues/1605
),
),
leftTitles: AxisTitles(
Expand Down

0 comments on commit be2a6b4

Please sign in to comment.