Skip to content

Releases: imaNNeo/fl_chart

0.11.0

26 Jul 21:54
Compare
Choose a tag to compare

0.10.1

29 Jun 20:47
Compare
Choose a tag to compare
  • [Improvement] Show barGroups x value instead of index in bottom titles, #342.
  • [Improvement] [BREAKING] Use double.infinity instead of double.nan for letting enterSpaceRadius be as large as possible in the (PieChartData)[https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/pie_chart.md#piechartdata], #377.
  • [Bugfix] Fixed PieChart bug with 1 section, #368.

0.10.0

02 Jun 18:53
Compare
Choose a tag to compare
  • [IMPORTANT] BLACK LIVES MATTER
  • [Improvement] Auto calculate interval in SideTitles and FlGridData, instead of hard coding 1, to prevent some performance issues like #101, #322. see BarChartSample4.
  • [Bugfix] drawing dot on null spots
  • [Bugfix] Fixed LineChart have multiple NULL spot bug.
  • [Feature] added checkToShowTitle property to the SideTitles, for checking show or not show titles in the provided value, #331. see LineChartSample8.
  • [Feature] Added compatibily to have customized shapes for FlDotData, just override FlDotData.etDotPainter and pass your own painter or use built-in ones, see this sample.
  • [Improvement] [BREAKING] Replaced clipToBorder with clipData in LineChartData to support clipping 4 sides of a chart separately.

0.9.4

01 May 14:31
1dbdfef
Compare
Choose a tag to compare
  • [Bugfix] Fixed showing PieChart on web (we've ignored groupSpace on web, because some BlendModes are not working yet)

0.9.3

23 Apr 11:18
Compare
Choose a tag to compare
  • [BugFix] Fixed groupBarsPosition exception, #313.
  • [Improvement] Shadows default off, #316.

0.9.2

19 Apr 22:36
Compare
Choose a tag to compare

0.9.0

10 Apr 00:57
Compare
Choose a tag to compare
  • Added strokeWidth, getStrokeColor, getDotColor in the FlDotData, also removed dotColor from it (you should use getDotColor instead, it gives you more customizability), now we have more customizability on FlDotData, check line_chart_sample3, and line_chart_sample5, #233, #99, #274.
  • Added equatable library to solve some equation issues.
  • Implemented negative values feature for the BarChart, #106, #103.
  • add Equatable for all models, it leads to have a better performance.
  • Fixed a minor touch bug in the BarChart.
  • Fixed ScatterChart built-in touch behaviour.
  • Fixed drawing grid lines bug, #280.
  • Implemented FlDotData.getDotColor in a proper way, it returns a color based on the LineChartBarData color, #274, #282.
  • Updated LineChartData.showingTooltipIndicators field type to list of ShowingTooltipIndicators to have a clean naming.

0.8.7

23 Mar 16:32
Compare
Choose a tag to compare
  • Added show property in the VerticalLineLabel and set default to false, #256.
  • Fixed bug, when the screen size is square, #258.

0.8.6

21 Mar 10:37
Compare
Choose a tag to compare
  • Fixed exception on extraLinesData, #251.
  • Show extra lines value with 1 floating-point.
  • Implemented multi-section lines in LineChart, check this issue (#26) and this merge request (#252)

0.8.5

16 Mar 11:31
Compare
Choose a tag to compare
  • Added fitInsideHorizontally and fitInsideVertically in ScatterTouchTooltipData
  • Fixed clipToBorder functionality basdd on the border sides.