auto width BarChart setting Width=-1
This commit is contained in:
parent
9852fce5a1
commit
255dde81ad
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ func drawChart(res http.ResponseWriter, req *http.Request) {
|
|||
},
|
||||
},
|
||||
Height: 512,
|
||||
Width: -1,
|
||||
BarWidth: 60,
|
||||
XAxis: chart.StyleShow(),
|
||||
YAxis: chart.YAxis{
|
||||
|
|
Loading…
Reference in a new issue