Added new column in chart table : GWM
This commit is contained in:
parent
4bbcde4fbb
commit
f9544959a3
1
main.go
1
main.go
@ -1006,6 +1006,7 @@ func main() {
|
|||||||
"card_full_length": record.Get("card_full_length"),
|
"card_full_length": record.Get("card_full_length"),
|
||||||
"chart_bar_color": record.Get("chart_bar_color"),
|
"chart_bar_color": record.Get("chart_bar_color"),
|
||||||
"chart_height": record.Get("chart_height"),
|
"chart_height": record.Get("chart_height"),
|
||||||
|
"chart_label_width": record.Get("chart_label_width"),
|
||||||
}
|
}
|
||||||
|
|
||||||
var cRes []utils.Observation
|
var cRes []utils.Observation
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user