Imp: Modify "Freq" color
This commit is contained in:
parent
947c3acaf8
commit
27a7755716
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user