imaNNeo/fl_chart

Setting minY for Line Chart Causes Rendering outside of Container

Open

#870 geöffnet am 6. Jan. 2022

Auf GitHub ansehen
 (6 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)Dart (1.964 Forks)batch import
Line Chartenhancementgood first issue

Repository-Metriken

Stars
 (7.513 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Describe the bug Structurally, I have a LineChart within a Container that's used to constrain the chart's dimensions. When supplying a minY to LineChartData, the chart display extends outside the bounds of the Container. Normally, I would expect the chart to scale to the size of the container in all cases.

To Reproduce

Code snippet:

The y values supplied range between 35,000 to 65,000

Screenshots

Without specifying a minY:

Specifying a minY:

Versions

  • which version of the Flutter are you using? 2.5.3
  • which version of the FlChart are you using? 0.40.6

Contributor Guide