You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -278,6 +278,14 @@ entities:
278
278
279
279

280
280
281
+
### Caveats
282
+
283
+
The following exceptions apply to traces with offsets:
284
+
285
+
- They get their own cache, meaning that data will be fetched twice if the same entity is in the plot with a different (or no) offset.
286
+
- Websocket state updates are not used to fill their cache (but a request to the server may be triggered)
287
+
- `extend_to_present`is ignored (because extending to an offset present may be far into the future and that messes up with autorange)
288
+
281
289
### Now line
282
290
283
291
When using offsets, it is useful to have a line that indicates the current time. This can be done by using a lambda function that returns a line with the current time as x value and 0 and 1 as y values. The line is then hidden from the legend.
0 commit comments