mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Merge pull request #552 from wnagele/main
Device metrics chart improvements
This commit is contained in:
commit
f78ab7ac9c
1 changed files with 2 additions and 0 deletions
|
|
@ -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)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue