Chart heading added : GWM
This commit is contained in:
parent
1c49b61b3a
commit
9bd86ba657
21
main.go
21
main.go
@ -876,16 +876,17 @@ func main() {
|
|||||||
|
|
||||||
// Prepare the structure with URL and its response
|
// Prepare the structure with URL and its response
|
||||||
recordResult := map[string]interface{}{
|
recordResult := map[string]interface{}{
|
||||||
"url": apiURL,
|
"url": apiURL,
|
||||||
"dataset": record.GetString("dataset"),
|
"dataset": record.GetString("dataset"),
|
||||||
"main_id": record.GetString("main_id"),
|
"main_id": record.GetString("main_id"),
|
||||||
"sub_id": record.GetString("sub_id"),
|
"sub_id": record.GetString("sub_id"),
|
||||||
"kpi": record.GetString("kpi"),
|
"kpi": record.GetString("kpi"),
|
||||||
"is_chart": record.GetString("is_chart"),
|
"is_chart": record.GetString("is_chart"),
|
||||||
"chart_type": record.GetString("chart_type"),
|
"chart_type": record.GetString("chart_type"),
|
||||||
"response": response,
|
"response": response,
|
||||||
"filters": filters,
|
"filters": filters,
|
||||||
"group_by": record.GetString("group_by"),
|
"group_by": record.GetString("group_by"),
|
||||||
|
"chart_heading": record.GetString("chart_heading"),
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add the result to the aggregated response
|
// Add the result to the aggregated response
|
||||||
|
|||||||
BIN
pb_data/data.db
BIN
pb_data/data.db
Binary file not shown.
BIN
pb_data/logs.db
BIN
pb_data/logs.db
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user