All Versions
10
Latest Version
Avg Release Cycle
85 days
Latest Release
2291 days ago

Changelog History

  • v1.0.1

    January 10, 2018
  • v1.0.0 Changes

    January 07, 2018

    โž• Added

    • ๐Ÿ†• New hideHighlightLineOnTouchEnd Chart option
    • ๐ŸŽ‰ Initialize a serie with Int x-values

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a crash when using empty series data (#88 by @trein)

    ๐Ÿ”„ Changed

    • (Breaking) Use Double instead of Float (#87 by @trein)
  • v0.6.0 Changes

    January 06, 2018
    • โž• Add hideHighlightLineOnTouchEnd option
  • v0.5.0 Changes

    May 20, 2017
    • Automatically redraw the chart when changing series (#25 by @duemunk): no need to call setNeedsDisplay when changing chart's series property
    • โšก๏ธ Update chart on resize (#24 by @duemunk)
    • โž• Add xLabelsOrientation option to switch the x-labels orientation between horizontal or vertical (#61)
    • โž• Add xLabelsSkipLast option. Set it to false to print the last x-label (the last labe; may overflow the frame size, tough) (#37)
  • v0.4.0 Changes

    November 14, 2016

    ๐Ÿ”„ Changed

    • Custom threshold for positive/negative data colors (#45 by @algrid)

    This is a potentially breaking change If you were setting the ChartSeries.colors, you must set the new zeroLevel value to 0 to keep the same functionality:

    - mySeriesl.colors = (above: ChartsColors.redColor(), below: ChartsColors.blueColor())
    + mySeriesl.colors = (above: ChartsColors.redColor(), below: ChartsColors.blueColor(), 0)
    
  • v0.3.0 Changes

    September 26, 2016

    ๐Ÿš€ This release upgrades the source code and examples to Swift 3.

    ๐Ÿ’ฅ Breaking changes

    • Chart.addSeries(series: ChartSeries) method has been renamed to Chart.add(series: ChartSeries)
  • v0.2.2 Changes

    July 06, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an issue with negative/positive values (#26)
  • v0.2.1 Changes

    February 14, 2016

    โž• Added

    • โž• Add the missing public initializer: Chart(frame: CGFrame)
  • v0.2.0 Changes

    December 12, 2015

    ๐Ÿ”„ Changed

    • โž• Added cocoapods support
  • v0.1.0 Changes

    December 04, 2015

    ๐Ÿš€ First official release!