Skip to content

Releases: imaNNeo/fl_chart

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.

0.1.2

07 Jul 21:54
162ad62
Compare
Choose a tag to compare
  • added preventCurveOverShooting on BarData, check this issue

0.1.1

03 Jul 19:24
f49fc46
Compare
Choose a tag to compare
  • nothing important

0.1.0

03 Jul 19:23
f49fc46
Compare
Choose a tag to compare
  • added Touch Interactivity, read more about it here