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: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -330,14 +330,6 @@ entities:
330
330
331
331

332
332
333
-
### Caveats
334
-
335
-
The following exceptions apply to traces with offsets:
336
-
337
-
- 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.
338
-
- Websocket state updates are not used to fill their cache (but a request to the server may be triggered)
339
-
- `extend_to_present`is ignored (because extending to an offset present may be far into the future and that messes up with autorange)
340
-
341
333
### Now line
342
334
343
335
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