fixing svg renderer

This commit is contained in:
Will Charczuk 2016-07-10 18:09:41 -07:00
parent b4dfae683d
commit 1e62f7ce3b
4 changed files with 46 additions and 20 deletions

View file

@ -35,12 +35,12 @@ func chartHandler(rc *web.RequestContext) web.ControllerResult {
Height: 400,
XAxis: chart.XAxis{
Style: chart.Style{
Show: false,
Show: true,
},
},
YAxis: chart.YAxis{
Style: chart.Style{
Show: false,
Show: true,
},
Range: chart.Range{
Min: 0.0,
@ -49,7 +49,7 @@ func chartHandler(rc *web.RequestContext) web.ControllerResult {
},
YAxisSecondary: chart.YAxis{
Style: chart.Style{
Show: false,
Show: true,
},
Range: chart.Range{
Min: 0.8,