Skip to content

Releases: imaNNeo/fl_chart

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

0.0.5

09 Jun 21:08
Compare
Choose a tag to compare
  • added clipToBorder to the LineChartData to clip the drawing to the border, #3

0.0.4

08 Jun 18:41
Compare
Choose a tag to compare
  • fixed bug of adding bar with y = 0 on bar chart #13

0.0.3

05 Jun 14:53
2681380
Compare
Choose a tag to compare
  • renamed FlChartWidget to FlChart (our main widget) and now you have to import package:fl_chart/fl_chart.dart instead of package:fl_chart/fl_chart_widget.dart
  • renamed FlChart* to BaseChart* (parent class of our charts like PieChart)
  • renamed FlAxisChart* to AxisChart*

0.0.2

04 Jun 22:46
Compare
Choose a tag to compare
  • fixed minX, maxX functionality on LineChart
  • restricted to access private classes of the library