Skip to content

Releases: willdale/SwiftUICharts

v2.2.1

29 Mar 10:02
Compare
Choose a tag to compare

Fixes

  • Small layout bug in x axis labels when getting labels from chart data.
  • Improve the way ignore zero is handled.
  • Move if checks out of loops when line is drawn.

v 2.2.0

27 Mar 09:14
f9df3b6
Compare
Choose a tag to compare

Features

  • Adds option for custom labels along the y axis. #40
  • Adds Linear Trend Line view modifier. #39
  • Adds styling options for touch markers. #43
  • Open out all .font() to the API.

Fixes

  • Smooth out touch overlay when Ignore Zero is on.
  • Fixes an issue where labels on the x axis might group together. #42
  • Make the line chart Dot Marker easier to customise. #43

v2.1.2

24 Mar 08:15
Compare
Choose a tag to compare
  1. Fix a bug with how the line is drawn when IgnoreZero is true.
  2. Fix mis-alignment due to padding for floating overlays.

v2.1.1

23 Mar 12:36
Compare
Choose a tag to compare

Fixes the size of the TouchOverlayBox. #38

v2.1.0

17 Mar 12:50
d7d6e80
Compare
Choose a tag to compare

Fixes a bug with label rotation.

v2.0.2

17 Mar 09:30
fda1fac
Compare
Choose a tag to compare

Fix an issue where the chart would falsely report no data. As reported in #32.

v2.0.1

15 Mar 10:40
Compare
Choose a tag to compare

v2.0.0

15 Mar 10:36
edf8e5b
Compare
Choose a tag to compare

Adds new chart types.

Restructure backend into protocols.

Open out more to the API.

Add units for values

28 Feb 10:53
c0edbd3
Compare
Choose a tag to compare

Add the option to have unit markers before or after the value in touch overlay.