How to find the difference between last 5 minutes to last 10 minutes time range?

I am trying to compare last 5 minutes(now -5m) data to last 10 minutes(now -10m) in TImelion. I tried offset but it does not help me because I does not compare data in the range.

Is there a way to do it Timelion, if not, can I achieve it in any other Visualizations?

note: I just want to have a line which show the difference between two time ranges?

You can subtract one series by another https://www.timroes.de/timelion-tutorial-from-zero-to-hero#calculate-with-series

E.g.

.es().subtract(.es(offset=-1w))

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.