Skip to content

PieChart, LimitLine & interaction improvements

Compare
Choose a tag to compare
@danielgindi danielgindi released this 15 Oct 21:59
· 1360 commits to master since this release
  • LimitLine improvements (more customizeability)
  • Highlight improvements
  • Animation bug fixes
  • PieChart offset fixes
  • PieChart center text now supports NSAttributedString (centerAttributedText is recommended instead of centerText)
  • Support for custom alpha for pie hole
  • Minor bugfixes
  • Some code cleanup
  • Code safety improvements using Swift 2.0 (guard etc.)
  • Changed renderer delegates into DataProvider protocols, that more closely matches the Android version, and allows more flexibility.
  • Custom minimum offset for Bar/Line/Pie charts
  • Support for legends above the chart
  • A new tvOS target