From 9b35810946b23124328c62e9c109f94cc9a27d76 Mon Sep 17 00:00:00 2001 From: Darshan Nagesh <darshan.nagesh@tarento.com> Date: Thu, 24 Mar 2022 11:59:31 +0530 Subject: [PATCH] Changing the Visualization Type --- src/main/resources/schema/SMF_MasterDashboardConfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/schema/SMF_MasterDashboardConfig.json b/src/main/resources/schema/SMF_MasterDashboardConfig.json index b552616..34e327e 100644 --- a/src/main/resources/schema/SMF_MasterDashboardConfig.json +++ b/src/main/resources/schema/SMF_MasterDashboardConfig.json @@ -32,7 +32,7 @@ "height": 250, "width": 4 }, - "vizType": "bar", + "vizType": "chart", "noUnit": true, "isCollapsible": false, "charts": [ @@ -53,7 +53,7 @@ "height": 250, "width": 4 }, - "vizType": "bar", + "vizType": "chart", "noUnit": true, "isCollapsible": false, "charts": [ -- GitLab