Skip to content

Releases: imaNNeo/fl_chart

0.8.4-test1

16 Mar 07:53
Compare
Choose a tag to compare
  • Improved documentations

0.8.4

14 Mar 22:03
2912478
Compare
Choose a tag to compare
  • Added preventCurveOvershootingThreshold in LineChartBarData for applying prevent overshooting algorithm, #193.
  • Fixed clipToBorder bug in the LineChartData, #228, #214.
  • Removed unused enableNormalTouch property from all charts TouchData.
  • Implemented ImageAnnotations feature (added image, and sizedPicture in the VerticalLine, and the HorizontalLine, check this sample for more information.
  • BREAKING CHANGE-> changed fitInsideTheChart to fitInsideHorizontally and added fitInsideVertically to support both sides, #225.

0.8.3

06 Mar 21:53
9d842c5
Compare
Choose a tag to compare
  • prevent to set BorderRadius with numbers larger than (width / 2), fixed #200.
  • added fitInsideTheChart property inside BarTouchTooltipData and LineTouchTooltipData to force tooltip draw inside the chart (shift it to the chart), fixed #159.

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