feat(web): added metric to the timeseries view type
This commit is contained in:
parent
63a59bc7c9
commit
266ccdbf65
1 changed files with 1 additions and 0 deletions
|
|
@ -899,6 +899,7 @@ class MetricTimeseriesViewType(str, Enum):
|
|||
PIE_CHART = "pieChart"
|
||||
PROGRESS_CHART = "progressChart"
|
||||
TABLE_CHART = "table"
|
||||
METRIC_CHART = "metric"
|
||||
|
||||
|
||||
class MetricTableViewType(str, Enum):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue