Skip to content

Releases: imaNNeo/fl_chart

0.3.2

03 Oct 13:13
03b2707
Compare
Choose a tag to compare
  • provided default size (square with 30% smaller than screen) for the FLChart, fixed this issue.

0.3.1

03 Oct 11:48
Compare
Choose a tag to compare

0.3.0

03 Oct 11:46
Compare
Choose a tag to compare

0.2.2

11 Sep 21:16
Compare
Choose a tag to compare
  • fixed a typo on CHANGELOG
  • reformatted dart files with flutter format command

0.2.1

11 Sep 21:03
872b0f7
Compare
Choose a tag to compare
  • fixed #64, added a technical debt :(

0.2.0

20 Aug 11:16
20dada0
Compare
Choose a tag to compare
  • fixed a critical got stuck in draw loop bug,
  • set BarChartGroupData x as required property to keep consistency and prevent unpredictable bugs

0.1.6

15 Aug 20:27
43d771e
Compare
Choose a tag to compare
  • added enableNormalTouch property to chart's TouchData to handle normal taps, and enabled by default.

0.1.5

12 Jul 17:07
Compare
Choose a tag to compare
  • reverted getPixelY() on axis_chart_painter to solve the regression bug (fixed issue #48)
  • (fix) BelowBar considers its own color stops refs #46

0.1.4

11 Jul 18:44
49dcf57
Compare
Choose a tag to compare
  • bugfix -> fixed draw bug on BarChart when y value is very low in high scale y values (#43).

0.1.3

10 Jul 20:32
29313ac
Compare
Choose a tag to compare
  • added SideTitles class to hold titles representation data, and used in FlTitlesData to show left, top, right, bottom titles, instead of legacy direct parameters, and implemented a reversed chart sample using this update.