@@ -48,6 +48,50 @@ When clicking `DONE` you will be taken back to the map view with the new time ra
48
48
The time range selector can only be used to show at most 90 days of data at once.
49
49
:::
50
50
51
+ ## Data & Playback
52
+
53
+ Next to the time range selector, you will see a playback button.
54
+
55
+ ![ ] ( https://i.imgur.com/5BTlmMJ.png )
56
+
57
+ Clicking this will open the playback panel at the bottom of the page.
58
+
59
+ Mousing over the graph will displays data names and values.
60
+
61
+ ![ ] ( https://i.imgur.com/EEb61bj.png )
62
+
63
+ ::: tip
64
+ This is best viewed on a desktop, as the playback panel is quite large.
65
+ :::
66
+
67
+ ### Navigation {#data-playback-navigation}
68
+
69
+ You can alter the time range, to show more or less data within this view.
70
+
71
+ Within the selected time range, you can use the playback controls (direction keys) to navigate through the data points.
72
+
73
+ You can also choose to drag the playback slider to a specific point in time.
74
+
75
+ ![ ] ( https://i.imgur.com/yzEEsvE.png )
76
+
77
+
78
+ ### Options {#data-playback-options}
79
+
80
+ Clicking the menu icon in the top left of the playback panel will open a menu with options to:
81
+
82
+ - Show and hide various data lines
83
+ - Export the visualized data as a PNG, PDF or CSV
84
+
85
+ ![ ] ( https://i.imgur.com/nmZCKGB.png )
86
+
87
+ Example CSV data might look like this:
88
+
89
+ ``` csv
90
+ "DateTime","Altitude","chg_voltage","Humidity","Pressure","Speed","Temperature","Temperature (basic)"
91
+ "2025-04-01 10:25:51",,4900,0,0,,0,34.11328125
92
+ "2025-04-01 10:40:58",,4900,32,1018,0,31.89,34.84765625
93
+ ```
94
+
51
95
## History list
52
96
53
97
The history list can be accessed by clicking the dropdown in the top left of the device view.
0 commit comments