Reworked timeseries backend and added support to bar charts

This commit is contained in:
Matteo Biscosi 2023-12-12 15:39:47 +00:00
parent 0dbf2f532b
commit f189241784
10 changed files with 709 additions and 464 deletions

View file

@ -959,7 +959,6 @@ function driver:timeseries_top(options, top_tags)
top_series[#top_series + 1] = {
data = available_series[top_item].data,
id = id,
type = "line",
statistics = available_series[top_item].statistics,
tags = available_series[top_item].tags,
name = top_item,