google / charts

https://pub.dev/packages/charts_flutter
Apache License 2.0
2.81k stars 1.2k forks source link

A problem while setting primaryMeasureAxis in BarChart #766

Open Switernal opened 2 years ago

Switernal commented 2 years ago
primaryMeasureAxis: new charts.NumericAxisSpec(
   viewport: charts.NumericExtents(7500, 9000),
)

If I set viewport in primaryMeasureAxis, the bar chart while go below the x-axis like this: ORkdNF.md.png