Releases: willdale/SwiftUICharts
Releases · willdale/SwiftUICharts
v2.9.3
Fixes
- Corner radius on stacked bar charts. - See #112
v2.9.2
Fixes
- If all bar chart data points are zero the app would crash.
v2.9.1
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
Added
- Point markers on
.extraLine
. See #104
- Touch interaction on
.extraLine
. See #104
v2.8.3
Fixes
- Specifier for xAxisLabels. See #105
v2.8.2
Added
- Localization within the charts. See #96
- Localization support for VoiceOver.
v2.8.1
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
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
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
Fixes
- A layout bug with the
xAxisLabels
in ranged line charts. See #78