imaNNeo/fl_chart

BarChar sample source

Open

#1.138 geöffnet am 5. Sept. 2022

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Dart (1.964 Forks)batch import
Bar Chartenhancementgood first issue

Repository-Metriken

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

Beschreibung

** Don't make a duplicate issue. ✅ You can search in issues to make sure there isn't any already opened issue with your concern.

Describe the bug In this sample source: https://github.com/imaNNeoFighT/fl_chart/blob/master/example/lib/bar_chart/samples/bar_chart_sample3.dart#L160

The barchart labels are duplicated:
image

To Reproduce
These should be 4 and 5 respectively image

Versions

  • which version of the Flutter are you using? 3.0.1
  • which version of the FlChart are you using? 0.55.1

I can add a pull request changing the numbers, however I wasn't sure that this was left on purpose for us to learn how to use the library, at first I thought this was a bug.

Contributor Guide