liveview-native / liveview-native-swiftui-charts

Swift Charts addon library for LiveView Native
MIT License
3 stars 2 forks source link

Modifier -> Swift Charts -> ChartContent: accessibilityHidden(_:) #73

Open AZholtkevych opened 1 year ago

AZholtkevych commented 1 year ago

Doc: https://developer.apple.com/documentation/charts/chartcontent/accessibilityhidden(_:)

carson-katri commented 1 year ago

I think this, and all other accessibility modifiers in Swift Charts, will need to wait until the modifier is implemented in the SwiftUI client. They can then share the same modifier schema, with separate Swift implementations.