Skip to content

New features, general improvements

Compare
Choose a tag to compare
@danielgindi danielgindi released this 02 Nov 21:17
· 1318 commits to master since this release
  • Feature: XAxis labels can now be rotated
  • Feature: Disable tap-highlighting separately from highlighting via drag or programmatically
  • Feature: Support for customizing description text position
  • Feature: Full tvOS support with Xcode 7.1
  • Bugfix: Default number of lines to skip in RadarChart was wrong
  • Bugfix: avoidFirstLastClipping has weird offsets sometimes
  • Bugfix: Fixed a case where of highlight not clearing on first tap
  • Bugfix: Fixes a potential crash in drawCircles()
  • Bugfix: Fixed deltaX in combined chart was not calculated in some cases
  • Bugfix: Fixed a bug where panning was disabled in BarLineChart if a drag offset
    was set
  • Improvements: More "dynamic" control over position of MarkerView
  • Other minor bugfixes