Skip to content

Releases: imaNNeo/fl_chart

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

0.2.2

11 Sep 21:16
Compare
Choose a tag to compare
  • fixed a typo on CHANGELOG
  • reformatted dart files with flutter format command

0.2.1

11 Sep 21:03
872b0f7
Compare
Choose a tag to compare
  • fixed #64, added a technical debt :(

0.2.0

20 Aug 11:16
20dada0
Compare
Choose a tag to compare
  • fixed a critical got stuck in draw loop bug,
  • set BarChartGroupData x as required property to keep consistency and prevent unpredictable bugs