The plugin filters the rows from the data source according to the time range selected in Grafana,e.g., the last 6 hours.
Thus, it is not possible to display the heatmap over all data points of a query. I think the time filter should be left to the data source query with $__timeFilter().
In bucket.ts lines 110 - 119 would need to be removed, at least.
Would this be possible?
The plugin filters the rows from the data source according to the time range selected in Grafana,e.g., the last 6 hours.
Thus, it is not possible to display the heatmap over all data points of a query. I think the time filter should be left to the data source query with
$__timeFilter().In
bucket.tslines 110 - 119 would need to be removed, at least.Would this be possible?