Skip to content

Releases: imaNNeo/fl_chart

0.50.4

13 May 19:36
Compare
Choose a tag to compare
  • IMPROVEMENT Fix test coverage problem

0.50.3

13 May 19:08
Compare
Choose a tag to compare
  • IMPROVEMENT Fix order of drawing lineChart bar indicator problem, #198.
  • FEATURE Add isStrokeJoinRound property in LineChartBarData.
  • IMPROVEMENT Upgrade to Flutter 3, #997.
  • FEATURE Add chartRendererKey property to the LineChart, BarChart, and ScatterChart. We pass it directly to our chart renderers that are responsible to render the chart itself (without anything around it like titles), #987.

0.50.1

02 Apr 20:01
Compare
Choose a tag to compare
  • BUGFIX Allow to show axisTitle without sideTitles, #963

0.50.0

25 Mar 09:09
Compare
Choose a tag to compare

This release has some breaking changes. So please check out the migration guide here

LineChartSample 8 (Source Code)

BarChartSample 7 (Source Code)

0.46.0

11 Mar 20:31
Compare
Choose a tag to compare

0.45.1

03 Mar 20:41
Compare
Choose a tag to compare
  • IMPORTANT Fuck Vladimir Putin
  • BUGFIX Fix FlSpot.nullSpot at the first of list bug, #912.
  • FEATURE Add scatterLabelSettings property in ScatterChart which lets you to add titles on the spots, #902.

0.45.0

12 Feb 18:41
Compare
Choose a tag to compare
  • BUGFIX Fix clipData implementation in ScatterChart and LineChart, #897.
  • BUGFIX Fix PieChart changing sections issue (we have disabled semantics for pieChart badgeWidgets), #861.
  • BUGFIX Fix LineChart width smaller width or height lower than 40, #869, #857.
  • BUGFIX Allow to show title when axis diff is zero, #842, #879.
  • IMPROVEMENT Improve iteration over axis values logic (it solves some minor problems on showing titles when min, max values are below than 1.0).
  • IMPROVEMENT Add baselineX and baselineY property in our axis-based charts, It fixes a problem about interval which mentioned in #893 (check this sample.
  • IMPROVEMENT Added distanceCalculator to LineTouchData which is used to calculate the distance between spots and touch events, #716, #261, #892
  • BREAKING LineTouchResponse response now contains a list of TouchLineBarSpot instead of LineBarSpot. They are ordered based on their distance to the touch event and also contain that distance.

0.41.0

09 Jan 22:34
Compare
Choose a tag to compare
  • BUGFIX Fix getNearestTouchedSpot. Previously it returned the first occurrence of a spot within the threshold, and not the nearest, #641, #645.
  • FEATURE Add textAlign property in the SideTitles, #784.
  • IMPROVEMENT Write some unit-tests and enable code coverage reports in our CI

0.40.6

09 Dec 09:53
Compare
Choose a tag to compare
  • IMPROVEMENT Fix showing zero value in side titles and grid lines when we add negative value. Now we always go through the zero value in each axis, #739.
  • BUGFIX Fix example app unsupported operation problem on web, #844.

0.40.5

03 Dec 17:11
Compare
Choose a tag to compare
  • BUGFIX Fix BarChart empty groups state error, #797.
  • BUGFIX Fix drawTooltipOnTop direction minor bug, #815.
  • BUGFIX Fix section with zero value problem in PieChart (disabled animation on changing value to zero and from zero), #817
  • BUGFIX Fix pie chart stroke problem when adding space between sections (using new approach), #818.
  • IMPROVEMENT Fix interval below one, #811