Skip to content

Releases: willdale/SwiftUICharts

v2.6.3

11 May 07:20
Compare
Choose a tag to compare

Fixes

  • X Axis labels in Line Chart.

v2.6.2

11 May 06:59
Compare
Choose a tag to compare

Fixes ?

  • Another attempt at get the x axis labels to finally work in a way that works for everyone.

v2.6.1

10 May 17:15
Compare
Choose a tag to compare

Fix SPM update issue.

v2.6

10 May 10:58
73e0521
Compare
Choose a tag to compare

Added

  • HorizontalBarChart, see #59.
  • Ground work for other horizontal bar chart types.
  • .extraLine view modifier. This allows a line to be drawn Line Charts and Bar Charts. See #62, #67. Y axis labels are generated by:
  • .extraYAxisLabels view modifier. This is a partial fix for #68.

.extraLine and .extraYAxisLabels are experimental at the moment and the implementation may change. They are currently undocumented.

Fixed

  • X Axis labels should now work in all orientations as expected. See #61, #64
  • Add a small amount of padding to certain element to stop clashes.

v2.5.0

26 Apr 08:04
e6412e7
Compare
Choose a tag to compare

Feature

  • Adds option to overlay text or icon over pie chart and doughnut chart. #53

Bug

  • Fixes a layout bug on x axis label rotation.

General

  • Neaten up code base.
  • Conform code to coding standard.
  • Update to foundational functions.
  • General tidy up.

v2.4.1

21 Apr 07:31
Compare
Choose a tag to compare

Fixes

  • A bug that may cause whole views to scale animate from top left when using .average. #57

v2.4.0

20 Apr 16:29
259dcec
Compare
Choose a tag to compare

Fixes

  • Changes how the y axis labels are worked out in the StackedBarChart. #54
  • Small changes to documentation.

Thanks to @ataias for their work on it.

v2.3.2

15 Apr 12:57
Compare
Choose a tag to compare

Fixes

A layout bug introduced in the last point update.

v2.3.1

15 Apr 10:39
80fe2e7
Compare
Choose a tag to compare

Fixes

xAxisLabels rotation when using .chartData(). See #51.

v2.3.0

31 Mar 09:05
6a8f73d
Compare
Choose a tag to compare

Feature

  • .filledTopLine allows for a hard line over the data points with a semi opaque fill on FilledLineChart. #47