From f9544959a3db41a4bf9c94bd9a8c671b1eda1e41 Mon Sep 17 00:00:00 2001 From: Gowtham M Date: Thu, 3 Apr 2025 12:20:28 +0530 Subject: [PATCH] Added new column in chart table : GWM --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index addcac7..e37e861 100644 --- a/main.go +++ b/main.go @@ -1006,6 +1006,7 @@ func main() { "card_full_length": record.Get("card_full_length"), "chart_bar_color": record.Get("chart_bar_color"), "chart_height": record.Get("chart_height"), + "chart_label_width": record.Get("chart_label_width"), } var cRes []utils.Observation