Releases: francescoleoni98/FLCharts
Releases · francescoleoni98/FLCharts
Release 1.9.1
• Add defaultLocalization
in Package.swift
Release 1.9.0
- FEATURE: Added
averageLineOverlapsChart
onFLChart
to let the chart overlaps the average line. - FEATURE: Added possibility to hide x and y axes.
- FEATURE: Added
showDashedLines
inFLChart
. -
- FEATURE: Added localization.
- IMPROVEMENT: Added
uiColor(_:)
andwhite(_:alpha:)
FLColor
inits. - FIX: Orientation changes redraw.
Release 1.8.0
1.8.0
- FEATURE: Added
yMinValue
andyMaxValue
onFLChart
to clip the chart y axis. - FIX: Bar animation.
- IMPROVEMENT:
limitWidth
behaviour.
Release 1.7.0
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
- @iAppDeveloper88 made their first contribution in #32
- @istemit made their first contribution in #33
Release 1.6.0
- 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
- FEATURE: Added radar chart.
1.4.2
1.4.1
- Fix: Fix duplicated Y axis labels.
Release 1.4.0
- FEATURE: Added pie chart.
- FEATURE: Added possibility to create your own
FLLegend
view.
Release 1.3.1
- FEATURE: Added formatters and unit of measure labels for x and y axes.
- FIX: Fixed crash if
FLChartData
contains few data.