Skip to content
This repository was archived by the owner on Nov 19, 2021. It is now read-only.

Releases: micheltlutz/MLLineChart

v2.0.5

06 Jun 18:13

Choose a tag to compare

Fix

  • Up touch area for dots

v2.0.4

06 Jun 18:01
1ccf76d

Choose a tag to compare

Fix

  • Up touch area for dots

v2.0.3

15 Apr 14:01

Choose a tag to compare

Add

  • Demo target added

Fix

  • Fix for bug in Label with 1 dataEntry

v2.0.2

15 Apr 02:01

Choose a tag to compare

Add

  • Swift 5 Support

v2.0.0

25 Jan 16:19
8f0bc00

Choose a tag to compare

Merge pull request #16 from micheltlutz/fullRafactory

version 2.0.0 ok

Version 1.2.0

27 Dec 11:58

Choose a tag to compare

  • 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

01 Nov 16:48
a9b05d0

Choose a tag to compare

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

02 Oct 13:59

Choose a tag to compare

Colored LineChart
Curved Chart
Chart with horizontal scroll
img_4605
img_4604

Beta v0.0.4

30 Jul 15:51
7528d27

Choose a tag to compare

Merge pull request #7 from micheltlutz/v0.0.2

V0.0.2