This repository was archived by the owner on Nov 19, 2021. It is now read-only.
Releases: micheltlutz/MLLineChart
Releases · micheltlutz/MLLineChart
v2.0.5
v2.0.4
Fix
- Up touch area for dots
v2.0.3
Add
- Demo target added
Fix
- Fix for bug in Label with 1 dataEntry
v2.0.2
Add
- Swift 5 Support
v2.0.0
Merge pull request #16 from micheltlutz/fullRafactory version 2.0.0 ok
Version 1.2.0
- Suport gradient curved charts
Usage:
let lineChart = MLLineChart(frame: CGRect(x: 0, y: 0, width: 260, height: 230))
lineChart.translatesAutoresizingMaskIntoConstraints = false
lineChart.hasColoredLines = true
lineChart.isGradientLineColors = true
lineChart.disableScroll = true
lineChart.isCurved = true
lineChart.axisBackgroundColor = CinguloColors.bgdiaryChart.color
lineChart.gradienLinesColors = [UIColor.green.cgColor, UIColor.orange.cgColor,UIColor.red.cgColor]v1.1.0
Add
- Support a Swift 4.2
- Remove Dispatch from UIView.animate
- lineGap now is open var and can change value to decrease or increase the space between points on the x-axis (only for line chart)
- some adjustments to chart calc
Version 1.0
Beta v0.0.4
Merge pull request #7 from micheltlutz/v0.0.2 V0.0.2

