Skip to content

Releases: AppPear/ChartView

Fixed control flow issue

05 Jul 09:07
Compare
Choose a tag to compare
1.5.3

Fixed control flow error

Support for Xcode 12

28 Jun 12:53
Compare
Choose a tag to compare
1.5.2

Builded with xcode 12

Fix LineChartError

16 Jun 17:57
27e7e0d
Compare
Choose a tag to compare

Fix values close to each other resulted a flat curve, now should be normal

Fixed a unwrap error

17 Mar 09:39
c12c773
Compare
Choose a tag to compare
1.5.0

fixed unwrap error

LineChartView with multiple lines

04 Mar 13:24
Compare
Choose a tag to compare

Added a new view called MultiLineChartView, so you can display multiple value sets on a single linechart.
Also includes several bugfixes for the open issues

Added custom darkMode style, fixed couple of issues

13 Feb 11:17
Compare
Choose a tag to compare
1.4.8

Fixed infinite size compile error

Fixed line chart indicator point position

22 Jan 12:57
Compare
Choose a tag to compare
1.4.7

Fix line chart view indicator point (#40)

Labels for BarChart!

11 Jan 11:43
Compare
Choose a tag to compare

Added a new feature to display data pairs, so you can have a label for each data point in BarChart

1.4.4: Fixed Issue 28 (#29)

28 Dec 08:01
Compare
Choose a tag to compare
Changed Int to Double in quadCurvedPathWithPoints and quadClosedCurvedPathWithPoints.

Fixed for negative numbers and doubles and empty array

27 Dec 20:45
Compare
Choose a tag to compare

This release fixes line chart crashing on negative numbers, also fixes a crash when you start with an empty array and fill up later