feat(web): added metric to the timeseries view type

This commit is contained in:
Alexander 2024-12-03 12:01:58 +01:00
parent 63a59bc7c9
commit 266ccdbf65

View file

@ -899,6 +899,7 @@ class MetricTimeseriesViewType(str, Enum):
PIE_CHART = "pieChart"
PROGRESS_CHART = "progressChart"
TABLE_CHART = "table"
METRIC_CHART = "metric"
class MetricTableViewType(str, Enum):