Skip to content

Releases: imaNNeo/fl_chart

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

0.0.8

14 Jun 12:58
Compare
Choose a tag to compare
  • added backgroundColor to axis based charts (LineChart, BarChart) to draw a solid background color behind the chart
  • added getDrawingHorizontalGridLine, getDrawingVerticalGridLine on FlGridData to determine how(color, strokeWidth) the grid lines should be drawn with the given value on FlGridLine

0.0.7: Feature/extra lines (#19), fixed issue (#11)

12 Jun 20:31
969b547
Compare
Choose a tag to compare
  • added ExtraLinesData in the LineChartData to draw extra horizontal and vertical lines on LineChart
  • added BelowSpotsLine in the BlowBarData to draw lines from spot to the bottom of chart on LineChart

0.0.6

09 Jun 21:09
Compare
Choose a tag to compare
  • fixed charts repainting bug, #16