Merge branch 'master' of github.com:wcharczuk/go-chart

This commit is contained in:
Will Charczuk 2016-07-10 19:45:33 -07:00
commit 92e758cc0d
6 changed files with 53 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,