removing these.

This commit is contained in:
Will Charczuk 2016-07-10 21:04:59 -07:00
parent 149bc3ad5d
commit 18a6e3eed1
2 changed files with 0 additions and 35 deletions

View file

@ -69,8 +69,6 @@ func chartHandler(rc *web.RequestContext) web.ControllerResult {
YValues: s2y,
},
},
CreateContinuousSeriesLastValueLabel("a - last value", s1x, s1y, chart.FloatValueFormatter),
CreateContinuousSeriesLastValueLabel("b - last value", s2, s2y, chart.FloatValueFormatter),
}
if format == "png" {