Skip to content

New features, Swift 2.2/3.0, and bugfixes

Compare
Choose a tag to compare
@danielgindi danielgindi released this 31 Mar 20:50
· 989 commits to master since this release
  • Breaking change: Simplified setting axis min and max value. Now instead of 4 different confusing variables for axis min/max, there's only one to mess with: axisMinValue and axisMaxValue. These are instead of customAxisMin/customAxisMax. And axisMinimum/axisMaximum do not exist anymore. (This change happened on the Android side too, and is mutually compatible)
  • We've moved to Swift 2.2, which means that the minimum required Xcode version is now 7.3
  • New support for stepped line charts!
  • The new zero-line feature now defaults to false
  • Fixes related to cubic-lines
  • Improvements to edge cases in Pie charts
  • Many more bugfixes