Merge remote-tracking branch 'refs/remotes/origin/2.3.1_Working_Changes'

This commit is contained in:
Garth Vander Houwen 2024-03-14 18:58:18 -07:00
commit 7464f8d4cd

View file

@ -50,6 +50,7 @@ struct DeviceMetricsLog: View {
x: .value("x", point.time!),
y: .value("y", point.channelUtilization)
)
.symbolSize(25)
}
.accessibilityLabel("Line Series")
.accessibilityValue("X: \(point.time!), Y: \(point.channelUtilization)")
@ -64,6 +65,7 @@ struct DeviceMetricsLog: View {
x: .value("x", point.time!),
y: .value("y", point.airUtilTx)
)
.symbolSize(25)
}
.accessibilityLabel("Line Series")
.accessibilityValue("X: \(point.time!), Y: \(point.airUtilTx)")