fixing bug with annotations with axis turned off.
This commit is contained in:
parent
7e876eadf4
commit
9aa2a45a39
5 changed files with 186 additions and 15 deletions
|
|
@ -35,12 +35,12 @@ func chartHandler(rc *web.RequestContext) web.ControllerResult {
|
|||
Height: 400,
|
||||
XAxis: chart.XAxis{
|
||||
Style: chart.Style{
|
||||
Show: true,
|
||||
Show: false,
|
||||
},
|
||||
},
|
||||
YAxis: chart.YAxis{
|
||||
Style: chart.Style{
|
||||
Show: true,
|
||||
Show: false,
|
||||
},
|
||||
Range: chart.Range{
|
||||
Min: 0.0,
|
||||
|
|
@ -49,7 +49,7 @@ func chartHandler(rc *web.RequestContext) web.ControllerResult {
|
|||
},
|
||||
YAxisSecondary: chart.YAxis{
|
||||
Style: chart.Style{
|
||||
Show: true,
|
||||
Show: false,
|
||||
},
|
||||
Range: chart.Range{
|
||||
Min: 0.8,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue