All Versions
15
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v1.8.0 Changes

    • ๐Ÿ”‹ FEATURE: Added yMinValue and yMaxValue on FLChart to clip the chart y axis.
    • ๐Ÿ›  FIX: Bar animation.
    • ๐Ÿ‘Œ IMPROVEMENT: limitWidth behaviour.
  • v1.7.0 Changes

    • ๐Ÿ”‹ 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.
  • v1.6.0 Changes

    • ๐Ÿ”‹ 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.
  • v1.5.0 Changes

    • ๐Ÿ”‹ FEATURE: Added radar chart.
  • v1.4.1 Changes

    • ๐Ÿ›  FIX: Fix duplicated Y axise labels.
  • v1.4.0 Changes

    • ๐Ÿ”‹ FEATURE: Added pie chart.
    • ๐Ÿ”‹ FEATURE: Added possibility to create your own FLLegend view.
  • v1.3.1 Changes

    • ๐Ÿ”‹ FEATURE: Added formatters and unit of measure labels for x and y axes.
    • ๐Ÿ›  FIX: Fixed crash if FLChartData contains few data.
  • v1.3.0 Changes

    • ๐Ÿ”‹ FEATURE: Added Scatter chart
    • ๐Ÿ›  FIX: Fixed shouldScroll property.
  • v1.2.1 Changes

    • ๐Ÿ”‹ FEATURE: Added support for Storyboard
  • v1.2.0 Changes

    • ๐Ÿ”‹ 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 and MultiPlotable