Skip to content

Releases: imaNNeo/fl_chart

0.8.0

21 Jan 11:58
Compare
Choose a tag to compare
  • added functionallity to have dashed lines, in everywhere we draw line, there should be a property called dashArray (for example check LineChartBarData, and see LineChartSample8)
  • BREAKING CHANGE:
  • swapped HorizontalExtraLines, and VerticalExtraLines functionalities (now it has a well definition)
  • and also removed showVerticalLines, and showHorizontalLines from ExtraLinesData, if the horizontalLines, or verticalLines is empty we don't show them

0.7.0

18 Jan 10:40
Compare
Choose a tag to compare
  • added rangeAnnotations in the LineChartData to show range annotations, #163.
  • removed isRound fiend in the BarChartRodData to add more customizability, and fixed #147 bug.
  • fixed sever bug of click on pie chart, #146.

0.6.3

06 Jan 15:58
Compare
Choose a tag to compare
  • Fixed drawing borddr bug, #143.
  • Respect text scale factor when drawing text.

0.6.2

30 Dec 21:44
Compare
Choose a tag to compare

0.6.1

28 Dec 09:25
Compare
Choose a tag to compare

0.6.0

12 Dec 07:22
Compare
Choose a tag to compare
  • fixed calculating size for handling touches bug, #126
  • added rotateAngle property to rotate the SideTitles, fixed issue #75 , see in this sample
  • BREAKING CHANGES:
  • some property names updated in the FlGridData: drawHorizontalGrid -> drawHorizontalLine, getDrawingHorizontalGridLine -> getDrawingHorizontalLine, checkToShowHorizontalGrid -> checkToShowHorizontalLine (and same for vertical properties), fixed issue #92

0.5.2

10 Dec 20:12
fd7a79d
Compare
Choose a tag to compare
  • drawing titles using targetData instead of animating data, fixed issue #130.

0.5.1

05 Dec 21:39
bab22e1
Compare
Choose a tag to compare
  • prevent to show touch indicators if barData.show is false in LineChart, #125.

0.5.0

29 Nov 23:50
Compare
Choose a tag to compare

0.4.3

27 Nov 19:46
Compare
Choose a tag to compare
  • fixed a size bug, #100.
  • direction support for gradient on the LineChart (added gradientFrom and gradientTo in the LineChartBarData).