I'm running a query which compares data to that from 7 days previously. The query only shows if there is a difference. It doesn't reflect if the difference is an increase or a decrease.
What I'm looking for is a centre 0 line with a line graph showing if the current data is an increase or a decrease on last week's data, (ideally) as a percentage.
fetch generic_node
| metric 'custom.googleapis.com/myCustomMetric'
| group_by 4h, [row_count: row_count()]
| {value [v_now: val()] ; time_shift 1w}
| join | div