works, ish.
This commit is contained in:
parent
ac5cb1a00b
commit
2e8d196621
3 changed files with 20 additions and 13 deletions
|
|
@ -86,6 +86,9 @@ func drawChart(res http.ResponseWriter, req *http.Request) {
|
|||
Name: "Elapsed Millis",
|
||||
NameStyle: chart.StyleShow(),
|
||||
Style: chart.StyleShow(),
|
||||
TickStyle: chart.Style{
|
||||
TextRotationDegrees: 45.0,
|
||||
},
|
||||
},
|
||||
XAxis: chart.XAxis{
|
||||
Style: chart.Style{
|
||||
|
|
@ -97,10 +100,6 @@ func drawChart(res http.ResponseWriter, req *http.Request) {
|
|||
StrokeColor: chart.ColorAlternateGray,
|
||||
StrokeWidth: 1.0,
|
||||
},
|
||||
TickPosition: chart.TickPositionBetweenTicks,
|
||||
TickStyle: chart.Style{
|
||||
TextRotationDegrees: 45,
|
||||
},
|
||||
GridLines: releases(),
|
||||
},
|
||||
Series: []chart.Series{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue