- 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.
- FEATURE: Added radar chart.
- FIX: Fix duplicated Y axise labels.
- FEATURE: Added pie chart.
- FEATURE: Added possibility to create your own
FLLegend
view.
- FEATURE: Added formatters and unit of measure labels for x and y axes.
- FIX: Fixed crash if
FLChartData
contains few data.
- FEATURE: Added Scatter chart
- FIX: Fixed
shouldScroll
property.
- FEATURE: Added support for Storyboard
- FEATURE: Added support for line chart
- FEATURE: Added predefined colors and gradients
- FEATURE: Added support for legend in
FLCard
- IMPROVEMENT: Fixed FLCard header labels compression
- IMPROVEMENT: Changed data entry type with
SinglePlotable
andMultiPlotable
- IMPROVEMENT: Fixed NSLayoutConstraint+XT.swift file
- FEATURE: Added Legend option in FLCard
- IMPROVEMENT: Fixed Package.swift file
- FEATURE: Added support for DarkMode
- FEATURE: Added FLCard to embed a chart inside a card along with a title and an average label
- FEATURE: Added possibility to choose y axis position (left or right)
- WIKI: Added FLCard example
- IMPROVEMENT: Added fine grained configurations
- IMPROVEMENT: Added
ChartHighlightingDelegate
to be informed on the state of the highlight view - IMPROVEMENT: Added .DS_Store to .gitignore
- IMPROVEMENT: Added calculation for chart margin based on y axis labels widths
- IMPROVEMENT: Switched custom bar creation from subclass to protocol
ChartBar