Releases: willdale/SwiftUICharts
Releases · willdale/SwiftUICharts
v2.2.1
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
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
- Fix a bug with how the line is drawn when IgnoreZero is true.
- Fix mis-alignment due to padding for floating overlays.
v2.1.1
Fixes the size of the TouchOverlayBox. #38
v2.1.0
Fixes a bug with label rotation.
v2.0.2
Fix an issue where the chart would falsely report no data. As reported in #32.
v2.0.0
Adds new chart types.
Restructure backend into protocols.
Open out more to the API.
Add units for values
Add the option to have unit markers before or after the value in touch overlay.