feat(ui) - custom metrics - wip
This commit is contained in:
parent
35cc75c9d6
commit
35e7df94e0
1 changed files with 1 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ function CustomMetricWidget(props: Props) {
|
|||
<CustomMetricTable data={data[0]} />
|
||||
) : (
|
||||
<CustomMetricPieChart
|
||||
metric={metric}
|
||||
data={data[0]}
|
||||
colors={colors}
|
||||
params={params}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue