diff --git a/audit/internal/webui/server.go b/audit/internal/webui/server.go index 3bd9d67..5c94cbc 100644 --- a/audit/internal/webui/server.go +++ b/audit/internal/webui/server.go @@ -653,7 +653,7 @@ func renderChartSVG(title string, datasets [][]float64, names []string, labels [ opt.Legend = gocharts.LegendOption{SeriesNames: names} opt.Symbol = gocharts.SymbolNone // Right padding: reserve space for the MarkLine label (library recommendation). - opt.Padding = gocharts.NewBox(20, 80, 20, 20) + opt.Padding = gocharts.NewBox(20, 20, 80, 20) if yMin != nil || yMax != nil { opt.YAxis = []gocharts.YAxisOption{{ Min: yMin,