mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Merge pull request #112 from TaarnStar/hacktoberfest2021
Fix for chart legend BUG
This commit is contained in:
@@ -61,6 +61,7 @@ class LogChartWidget extends StatelessWidget {
|
||||
behaviors: [
|
||||
charts.SeriesLegend(
|
||||
position: charts.BehaviorPosition.bottom,
|
||||
desiredMaxColumns: 4,
|
||||
),
|
||||
charts.RangeAnnotation([
|
||||
charts.LineAnnotationSegment(
|
||||
|
||||
Reference in New Issue
Block a user