Skip to content

Releases: willdale/SwiftUICharts

v2.9.3

10 Sep 07:07
0ba0862
Compare
Choose a tag to compare

Fixes

  • Corner radius on stacked bar charts. - See #112

v2.9.2

08 Sep 07:25
87846fb
Compare
Choose a tag to compare

Fixes

  • If all bar chart data points are zero the app would crash.

v2.9.1

17 Aug 07:30
Compare
Choose a tag to compare

Fixes

  • Ensures the Extra Line data point is displayed above other shapes. See #104
  • Tidies the display of Extra Line data in Touch Overlay when used in ranged charts.

v2.9.0

13 Aug 07:40
d412b9a
Compare
Choose a tag to compare

Added

  • Point markers on .extraLine. See #104
  • Touch interaction on .extraLine. See #104

v2.8.3

30 Jul 07:06
Compare
Choose a tag to compare

Fixes

  • Specifier for xAxisLabels. See #105

v2.8.2

19 Jul 07:57
eb5105f
Compare
Choose a tag to compare

Added

  • Localization within the charts. See #96
  • Localization support for VoiceOver.

v2.8.1

02 Jul 07:54
18eab2d
Compare
Choose a tag to compare

Adds

  • PodSpec: now available as a Cocoapod. Thanks to @simonmoser-bluesource. See #95.
  • Colour the Axis borders. Thanks to @simonmoser-bluesource. See #95.

Fixes

  • The library should now compile in Xcode-beta 13. See #98.

v2.8

21 Jun 07:36
fa03d18
Compare
Choose a tag to compare

Adds

  • Ability to set custom colours for individual Point Markers. See #85
  • Ability to add an X axis POI marker. See #84
  • Minimum movement distance and change interaction scope of touch overlay. See #30.

Under the hood

  • Split data functions out of main protocols into their own.
  • Split POIs out of main protocols and into their own.

v2.7.0

05 Jun 07:49
7e69757
Compare
Choose a tag to compare

New

  • Uses the Combine framework to stream the data point from a touch interaction via a PassthroughSubject. See #85

Fixes

  • Rename the associatedtype Set to SetType to avoid a naming conflict. -- My bad!
  • A typo: MarkerAttachemnt to MarkerAttachment. See #81 .

v2.6.4

23 May 09:08
Compare
Choose a tag to compare

Fixes

  • A layout bug with the xAxisLabels in ranged line charts. See #78