Imp: Modify "Freq" color

This commit is contained in:
Óscar M. Lage 2024-12-05 18:05:36 +01:00
parent 947c3acaf8
commit 27a7755716

View File

@ -100,6 +100,11 @@ func createBarChart(stats []CommandStat) *charts.Bar {
Rotate: 45,
},
}),
charts.WithLegendOpts(opts.Legend{
TextStyle: &opts.TextStyle{
Color: "#888",
},
}),
)
commands := make([]string, len(stats))