Skip to content

Releases: willdale/SwiftUICharts

v2.10.3

01 Oct 18:01
01b54e5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.10.2...2.10.3

v2.10.2

06 May 13:18
53a3a2f
Compare
Choose a tag to compare

What's Changed

  • Fix ProjectionTransform Warning in Pie Charts by @TinyJiyao in #228
  • Update How VoiceOver Announces Grouped Bar Charts by @dadederk in #221
  • 226: Fix warning about updates from within a view by @willdale in #230

New Contributors

Full Changelog: 2.10.1...2.10.2

v2.10.1

19 Jun 08:31
9a71bff
Compare
Choose a tag to compare

What's Changed

  • 189 screenshot chart in uiimage linecharts by @willdale in #200
  • 58 top of bar charts have deformation by @willdale in #201
  • Fixed X axis labels live updating by @anivaros in #199
  • fix: HorizontalBarChart xAxisLabelPosition = .bottom. by @laosb in #194
  • 206: Fix drawing for smaller numbers. by @willdale in #209

New Contributors

Full Changelog: 2.10.0...2.10.1

V2.10.0

27 Apr 07:03
7bca99e
Compare
Choose a tag to compare

What's Changed

  • Set the offset for infobox to half the height of the space. by @willdale in #177
  • Update SwiftUICharts.podspec by @willdale in #181
  • Revert "Revert "XAxis Label Height distortion fix"" by @willdale in #186
  • 191: Fix redrawing of bar chart when data changes by @willdale in #192

Full Changelog: 2.9.9...2.10.0

v2.9.9

16 Mar 07:40
7b50b53
Compare
Choose a tag to compare

What's Changed

  • Revert "XAxis Label Height distortion fix" by @willdale in #175

Full Changelog: 2.9.8...2.9.9

v2.9.8

12 Mar 10:50
e8c3dca
Compare
Choose a tag to compare

What's Changed

  • Added Stepped Line Style by @kunalverma25 in #165
  • Add .position DisplayValue to show POI Labels at a certain position inside the chart + Custom Shapes for POI Labels by @kunalverma25 in #161
  • Fixed issue where extraline skipped passed in stroke style by @kunalverma25 in #171
  • Negative Value Visualisation fix for Bar/Grouped/Horizontal Bar Charts by @kunalverma25 in #168
  • XAxis Label Height distortion fix by @kunalverma25 in #167

Full Changelog: 2.9.7...2.9.8

v2.9.7

05 Jan 07:47
6ba7163
Compare
Choose a tag to compare

What's Changed

  • Enabling corner radius for left/right and explicitly setting all corners by @kunalverma25 in #158

New Contributors

Full Changelog: 2.9.6...2.9.7

v2.9.6

07 Dec 06:56
133c493
Compare
Choose a tag to compare

Fixes

  • Extra legends might be added to extra line view when the view get redrawn.

V2.9.5

14 Nov 09:32
4a39af9
Compare
Choose a tag to compare

Fixed

  • Fix baseline in multi line line chart when using ignore zero. See #133.
  • Add number formatter to touch overlay. See #130

Other

  • Update CI

What's Changed

Full Changelog: 2.9.4...2.9.5

V2.9.4

06 Nov 09:40
21f4db1
Compare
Choose a tag to compare

Added

  • More control over the formatting of numeric Y axis labels. See issue - #130. See PR #131