tweaks.
This commit is contained in:
parent
e4e2c846e3
commit
3b02935861
2 changed files with 3 additions and 7 deletions
|
|
@ -14,11 +14,11 @@ func drawChart(res http.ResponseWriter, req *http.Request) {
|
|||
Height: 512,
|
||||
BarWidth: 60,
|
||||
XAxis: chart.Style{
|
||||
Show: false,
|
||||
Show: true,
|
||||
},
|
||||
YAxis: chart.YAxis{
|
||||
Style: chart.Style{
|
||||
Show: false,
|
||||
Show: true,
|
||||
},
|
||||
},
|
||||
Bars: []chart.Value{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue