Skip to content

Releases: francescoleoni98/FLCharts

Release 1.9.1

11 May 10:04
Compare
Choose a tag to compare

• Add defaultLocalization in Package.swift

Release 1.9.0

22 Oct 11:52
Compare
Choose a tag to compare
  • FEATURE: Added averageLineOverlapsChart on FLChart to let the chart overlaps the average line.
  • FEATURE: Added possibility to hide x and y axes.
  • FEATURE: Added showDashedLines in FLChart.
    • FEATURE: Added localization.
  • IMPROVEMENT: Added uiColor(_:) and white(_:alpha:) FLColor inits.
  • FIX: Orientation changes redraw.

Release 1.8.0

21 Jun 09:05
Compare
Choose a tag to compare

1.8.0

  • FEATURE: Added yMinValue and yMaxValue on FLChart to clip the chart y axis.
  • FIX: Bar animation.
  • IMPROVEMENT: limitWidth behaviour.

Release 1.7.0

17 May 12:59
Compare
Choose a tag to compare

1.7.0

  • FEATURE: Added FLHorizontalMultipleValuesChartBar to display multiple values with single bars side by side.
  • IMPROVEMENT: Added method to update average value in FLCard.
  • IMPROVEMENT: Added possibility to limit the width of the bars if scroll is enabled.

New Contributors

Release 1.6.0

22 Mar 09:20
Compare
Choose a tag to compare
  • FEATURE: Added possibility to choose color of the line of line chart for each x and y segment.
  • FEATURE: Added possibility to create segmented gradients in FLColor.
  • FIX: Fixed bug with drawing axes when device orientation changes.

1.5.0

13 Mar 17:14
Compare
Choose a tag to compare
  • FEATURE: Added radar chart.

1.4.2

13 Mar 10:00
Compare
Choose a tag to compare

What's Changed

  • FIX: Reset Cartesian plane margins

New Contributors

Full Changelog: 1.4.1...1.4.2

1.4.1

12 Mar 19:27
Compare
Choose a tag to compare
  • Fix: Fix duplicated Y axis labels.

Release 1.4.0

28 Feb 15:33
Compare
Choose a tag to compare
  • FEATURE: Added pie chart.
  • FEATURE: Added possibility to create your own FLLegend view.

Release 1.3.1

07 Feb 09:37
Compare
Choose a tag to compare
  • FEATURE: Added formatters and unit of measure labels for x and y axes.
  • FIX: Fixed crash if FLChartData contains few data.