tests pass post refactor.
This commit is contained in:
parent
fd2bfe14f0
commit
d41c9313aa
3 changed files with 23 additions and 13 deletions
|
|
@ -47,7 +47,7 @@ func drawChart(res http.ResponseWriter, req *http.Request) {
|
|||
},
|
||||
YAxis: chart.YAxis{
|
||||
Style: chart.Style{Show: true},
|
||||
Range: chart.Range{
|
||||
Range: &chart.ContinuousRange{
|
||||
Max: 220.0,
|
||||
Min: 180.0,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue