Skip to content

Releases: imaNNeo/fl_chart

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).

0.4.2

15 Nov 18:31
18ce52e
Compare
Choose a tag to compare
  • implemented stacked bar chart, check the samples
  • added `groupSpace in BarChartData to apply space between bar groups
  • fixed drawing left and right titles of the BarChart
  • fixed showing gridLines bug (the grid line of exact max value of each direction doesn't show)

0.4.1

04 Nov 22:28
Compare
Choose a tag to compare
  • fixed handling disabled handleBuiltInTouches state bug

0.4.0

04 Nov 21:32
97c9500
Compare
Choose a tag to compare
  • BIG BREAKING CHANGES
  • There is no FlChart class anymore, instead use LineChart, BarChart, and PieChart directly as a widget.
  • Touch handling system is improved and for sure we have some changes, there is no touchedResultSink anymore and use touchCallback function which is added to each TouchData like (LineTouchData), read more.
  • TouchTooltipData class inside LineTouchData and BarTouchData renamed to LineTouchTooltipData and BarTouchTooltipData respectively, and also TooltipItem class renamed to LineTooltipItem and BarTooltipItem.
  • spots inside LineTouchResponse renamed to lineBarSpots and type changed from LineTouchedSpot to LineBarSpot.
  • FlTouchNormapInput renamed to FlTouchNormalInput (fixed typo)
  • added showingTooltipIndicators in LineChartData to show manually tooltips in LineChart.
  • added showingIndicators in LineChartBarData to show manually indicators in LineChart.
  • added showingTooltipIndicators in BarChartGroupData to show manually tooltips in BarChart.

0.3.4

13 Oct 19:39
9423b71
Compare
Choose a tag to compare
  • BREAKING CHANGES
  • swapped horizontal and vertical semantics in FlGridData, fixed this issue.

0.3.3

03 Oct 21:33
b267a79
Compare
Choose a tag to compare
  • BREAKING CHANGES
  • added support for drawing below and above areas separately in LineChart
  • added cutOffY feature in LineChart, see this issue
  • added aboveBarData in LineChartBarData
  • BelowBarData class renamed to BarAreaData to reuse for both above and below areas
  • belowSpotsLine renamed to spotsLine in BarAreaData
  • cutOffY and applyCutOffY fields are added in BarAreaData to handle cutting of drawing below or above area
  • BelowSpotsLine renamed to BarAreaSpotsLine, and inside it checkToShowSpotBelowLine renamed to checkToShowSpotLine