From 9bfe3e46aa7807049a963f742b2c7bfd2eb2e945 Mon Sep 17 00:00:00 2001 From: Darshan Nagesh <darshan.nagesh@tarento.com> Date: Mon, 28 Mar 2022 16:20:57 +0530 Subject: [PATCH] Changes in the formar for the line graph --- src/main/resources/schema/SMF_ChartApiConfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/schema/SMF_ChartApiConfig.json b/src/main/resources/schema/SMF_ChartApiConfig.json index 3b52769..4bc1987 100644 --- a/src/main/resources/schema/SMF_ChartApiConfig.json +++ b/src/main/resources/schema/SMF_ChartApiConfig.json @@ -165,8 +165,9 @@ "drillChart": "none", "documentType": "_doc", "aggregationPaths": [ - "Application Submission Trend", - "Application Inspection Trend" + "Application Inspection Trend", + "Application Submission Trend" + ], "isCumulative": true, "interval": "day", -- GitLab