more gofmt -s changes.
This commit is contained in:
parent
296ed0fd3b
commit
0defd8dd2a
4 changed files with 11 additions and 11 deletions
|
|
@ -52,7 +52,7 @@ func chartHandler(rc *web.RequestContext) web.ControllerResult {
|
|||
StrokeColor: chart.GetDefaultSeriesStrokeColor(0),
|
||||
},
|
||||
Annotations: []chart.Annotation{
|
||||
chart.Annotation{
|
||||
{
|
||||
X: float64(s1x[len(s1x)-1].Unix()),
|
||||
Y: s1y[len(s1y)-1],
|
||||
Label: fmt.Sprintf("%s - %s", "test", chart.FloatValueFormatter(s1y[len(s1y)-1])),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue