v1.0.0 - 2018-01-07
- New
hideHighlightLineOnTouchEndChart option - Initialize a serie with
Intx-values
v0.5.0 - 2017-05-20
- New
xLabelsOrientationoption to switch the x-labels orientation between horizontal or vertical (#61) - New
xLabelsSkipLastoption. Set it tofalseto print the last x-label (#37)
- Automatically redraw the chart when changing series (#25 by @duemunk)
- Update chart on resize (#24 by @duemunk)
v0.4.0 - 2016-11-14
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 - 2016-09-26
- (Breaking)
addSerieshas been renamed toadd - Upgrades the source code and examples to Swift 3
v0.2.2 - 2016-07-06
- Fixed an issue with negative/positive values (#26)
v0.2.1 - 2016-02-14
- Add the missing public initializer:
Chart(frame: CGFrame)
v0.2.0 - 2015-12-12
- Added cocoapods support
v0.1.0 - 2014-11-07
First release!