Commit 35d3fb75 authored by Darshan M N's avatar Darshan M N
Browse files

Adding visualizations

parent 9b358109
No related merge requests found
Showing with 147 additions and 2 deletions
+147 -2
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
} }
], ],
"chartType": "line", "chartType": "line",
"resultType": "value", "resultType": "doc_count",
"valueType": "number", "valueType": "number",
"isDecimal": true, "isDecimal": true,
"action": "", "action": "",
...@@ -56,5 +56,92 @@ ...@@ -56,5 +56,92 @@
"alwaysView": "", "alwaysView": "",
"insight": {}, "insight": {},
"_comment": " " "_comment": " "
},
"totalApplications": {
"chartName": "Total Applications",
"queries": [
{
"module": "COMMON",
"requestQueryMap": "{\r\n \"ts\" : \"timestamp\"}",
"dateRefField": "timestamp",
"indexName": "fs-forms-data",
"esInstance": "QUADNARY",
"aggrQuery": "{\"aggs\":{\"Total Applications\":{\"cardinality\":{\"field\":\"_id\"}}}}"
}
],
"chartType": "metric",
"resultType": "value",
"valueType": "number",
"isDecimal": false,
"action": "",
"filter": "",
"drillChart": "none",
"documentType": "_doc",
"aggregationPaths": [
"Total Applications"
],
"isCumulative": false,
"interval": "day",
"alwaysView": "",
"insight": {},
"_comment": " "
},
"performingLeadInspectors": {
"chartName": "Performing Lead Inspectors",
"queries": [
{
"module": "COMMON",
"requestQueryMap": "{\r\n \"ts\" : \"timestamp\"}",
"dateRefField": "timestamp",
"indexName": "fs-forms-data",
"esInstance": "QUADNARY",
"aggrQuery": "{\"aggs\":{\"Inspection Completed\":{\"filter\":{\"bool\":{\"filter\":[{\"terms\":{\"status.keyword\":[\"INSCOMPLETED\"],\"boost\":1}}],\"adjust_pure_negative\":true,\"boost\":1}},\"aggs\":{\"Performing Lead Inspectors\":{\"terms\":{\"field\":\"inspection.leadInspector\"}}}}}}"
}
],
"chartType": "bar",
"resultType": "",
"valueType": "number",
"isDecimal": true,
"action": "",
"filter": "",
"drillChart": "none",
"documentType": "_doc",
"aggregationPaths": [
"Performing Lead Inspectors"
],
"isCumulative": false,
"interval": "day",
"alwaysView": "",
"insight": {},
"_comment": " "
},
"pendingApprovedRejected": {
"chartName": "Total Pending, Approved and Rejected Applications",
"queries": [
{
"module": "COMMON",
"requestQueryMap": "{\r\n \"ts\" : \"timestamp\"}",
"dateRefField": "timestamp",
"indexName": "fs-forms-data",
"esInstance": "QUADNARY",
"aggrQuery": "{\"aggs\":{\"Only New Approved Rejected\":{\"filter\":{\"bool\":{\"filter\":[{\"terms\":{\"status.keyword\":[\"NEW\",\"APPROVED\",\"REJECTED\"],\"boost\":1}}],\"adjust_pure_negative\":true,\"boost\":1}},\"aggs\":{\"Application Status\":{\"terms\":{\"field\":\"status.keyword\",\"size\":10},\"aggs\":{\"Count of Applications\":{\"cardinality\":{\"field\":\"_id\"}}}}}}}}"
}
],
"chartType": "pie",
"resultType": "doc_count",
"valueType": "number",
"isDecimal": true,
"action": "",
"filter": "",
"drillChart": "none",
"documentType": "_doc",
"aggregationPaths": [
"Application Status"
],
"isCumulative": false,
"interval": "day",
"alwaysView": "",
"insight": {},
"_comment": " "
} }
} }
\ No newline at end of file
...@@ -19,7 +19,17 @@ ...@@ -19,7 +19,17 @@
] ]
} }
], ],
"widgetCharts": [], "widgetCharts": [
{
"id": "totalApplications",
"name": "Total Applications",
"code": "",
"chartType": "metric",
"order": 1,
"filter": "",
"headers": []
}
],
"visualizations": [ "visualizations": [
{ {
"row": 1, "row": 1,
...@@ -66,6 +76,54 @@ ...@@ -66,6 +76,54 @@
"headers": [] "headers": []
} }
] ]
},
{
"id": 111,
"name": "Performing Lead Inspectors",
"dimensions": {
"height": 250,
"width": 4
},
"vizType": "chart",
"noUnit": true,
"isCollapsible": false,
"charts": [
{
"id": "performingLeadInspectors",
"name": "Performing Lead Inspectors",
"code": "",
"chartType": "bar",
"filter": "",
"headers": []
}
]
}
]
},
{
"row": 2,
"name": "Application Status Count",
"vizArray": [
{
"id": 111,
"name": "Pending Approved and Rejected",
"dimensions": {
"height": 250,
"width": 4
},
"vizType": "chart",
"noUnit": true,
"isCollapsible": false,
"charts": [
{
"id": "pendingApprovedRejected",
"name": "Pending Approved and Rejected",
"code": "",
"chartType": "pie",
"filter": "",
"headers": []
}
]
} }
] ]
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment