Skip to content

Releases: imaNNeo/fl_chart

0.8.2

28 Feb 17:58
cd61502
Compare
Choose a tag to compare

0.8.1

08 Feb 06:55
Compare
Choose a tag to compare
  • yaaay, added some basic unit tests
  • skipped the first and the last grid lines from drawing, #174.
  • prevent to draw touchedSpotDot if show is false, #180.
  • improved paint order, more details in #175.
  • added possibility to set double.nan in centerSpaceRadius for the PieChart to let it to be calculated according to the view size, fixed #179.

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.