All Versions
10
Latest Version
Avg Release Cycle
85 days
Latest Release
2443 days ago
Changelog History
Changelog History
-
v1.0.1
January 10, 2018 -
v1.0.0 Changes
January 07, 2018 -
v0.6.0 Changes
January 06, 2018- โ Add
hideHighlightLineOnTouchEnd
option
- โ Add
-
v0.5.0 Changes
May 20, 2017- Automatically redraw the chart when changing series (#25 by @duemunk): no need to call
setNeedsDisplay
when changing chart'sseries
property - โก๏ธ Update chart on resize (#24 by @duemunk)
- โ Add
xLabelsOrientation
option to switch the x-labels orientation between horizontal or vertical (#61) - โ Add
xLabelsSkipLast
option. Set it tofalse
to print the last x-label (the last labe; may overflow the frame size, tough) (#37)
- Automatically redraw the chart when changing series (#25 by @duemunk): no need to call
-
v0.4.0 Changes
November 14, 2016๐ Changed
This is a potentially breaking change If you were setting the
ChartSeries.colors
, you must set the newzeroLevel
value to0
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 Changes
September 26, 2016๐ This release upgrades the source code and examples to Swift 3.
๐ฅ Breaking changes
Chart.addSeries(series: ChartSeries)
method has been renamed toChart.add(series: ChartSeries)
-
v0.2.2 Changes
July 06, 2016๐ Fixed
- ๐ Fixed an issue with negative/positive values (#26)
-
v0.2.1 Changes
February 14, 2016โ Added
- โ Add the missing public initializer:
Chart(frame: CGFrame)
- โ Add the missing public initializer:
-
v0.2.0 Changes
December 12, 2015๐ Changed
- โ Added cocoapods support
-
v0.1.0 Changes
December 04, 2015๐ First official release!