v2.2.4
版本发布时间: 2016-04-01 04:50:53
ChartsOrg/Charts最新发布版本:5.1.0(2024-02-16 12:08:54)
-
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
andaxisMaxValue
. These are instead ofcustomAxisMin
/customAxisMax
. AndaxisMinimum
/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