mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Merge pull request #838 from meshtastic/devicemetrics-log-chart
Select the chart by the second
This commit is contained in:
commit
e00ffe6214
2 changed files with 4 additions and 4 deletions
|
|
@ -14631,9 +14631,6 @@
|
|||
},
|
||||
"Mininum time between detection broadcasts. Default is 45 seconds." : {
|
||||
|
||||
},
|
||||
"Minute" : {
|
||||
|
||||
},
|
||||
"mode" : {
|
||||
"localizations" : {
|
||||
|
|
@ -18789,6 +18786,9 @@
|
|||
},
|
||||
"Search" : {
|
||||
|
||||
},
|
||||
"Second" : {
|
||||
|
||||
},
|
||||
"Secondary" : {
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ struct DeviceMetricsLog: View {
|
|||
.accessibilityValue("X: \(point.time!), Y: \(point.channelUtilization)")
|
||||
.foregroundStyle(channelUtilizationChartColor)
|
||||
if let chartSelection {
|
||||
RuleMark(x: .value("Minute", chartSelection, unit: .minute))
|
||||
RuleMark(x: .value("Second", chartSelection, unit: .second))
|
||||
.foregroundStyle(.tertiary.opacity(0.5))
|
||||
// .annotation(
|
||||
// position: .automatic,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue