From cf87b226ab88e7326da5b8413798411b212e02d2 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Fri, 4 Mar 2022 18:56:55 +0100 Subject: [PATCH] feat(ui) - custom metrics - wip --- .../CustomMetricPieChart/CustomMetricPieChart.tsx | 2 +- .../CustomMetricTable/CustomMetricTable.tsx | 2 +- .../components/shared/Filters/FilterValue/FilterValue.tsx | 1 + frontend/app/types/customMetric.js | 6 +++--- frontend/app/types/filter/filterType.ts | 6 +++++- frontend/app/types/filter/newFilter.js | 5 ++++- 6 files changed, 15 insertions(+), 7 deletions(-) diff --git a/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/CustomMetricPieChart/CustomMetricPieChart.tsx b/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/CustomMetricPieChart/CustomMetricPieChart.tsx index cdb561dd7..b33a13f62 100644 --- a/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/CustomMetricPieChart/CustomMetricPieChart.tsx +++ b/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/CustomMetricPieChart/CustomMetricPieChart.tsx @@ -35,7 +35,7 @@ function CustomMetricPieChart(props: Props) { } return (
- + - + ) case FilterType.NUMBER: + case FilterType.NUMBER_MULTIPLE: return (