Releases: willdale/SwiftUICharts
Releases · willdale/SwiftUICharts
v2.6.3
Fixes
- X Axis labels in Line Chart.
v2.6.2
Fixes ?
- Another attempt at get the x axis labels to finally work in a way that works for everyone.
v2.6
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
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
Fixes
- A bug that may cause whole views to scale animate from top left when using
.average
. #57
v2.4.0
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
Fixes
A layout bug introduced in the last point update.
v2.3.1
Fixes
xAxisLabels
rotation when using .chartData()
. See #51.
v2.3.0
Feature
.filledTopLine
allows for a hard line over the data points with a semi opaque fill on FilledLineChart
. #47