Skip to content

Releases: imaNNeo/fl_chart

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

0.3.2

03 Oct 13:13
03b2707
Compare
Choose a tag to compare
  • provided default size (square with 30% smaller than screen) for the FLChart, fixed this issue.

0.3.1

03 Oct 11:48
Compare
Choose a tag to compare

0.3.0

03 Oct 11:46
Compare
Choose a tag to compare