snapshot.

This commit is contained in:
Will Charczuk 2017-02-13 00:27:33 -08:00
parent 1edf6193b2
commit 6db18d540d

View File

@ -65,13 +65,13 @@ func drawChart(res http.ResponseWriter, req *http.Request) {
}, },
chart.ContinuousSeries{ chart.ContinuousSeries{
Name: "Free Yourself", Name: "Moo Bar",
XValues: []float64{1.0, 2.0, 3.0, 4.0, 5.0}, XValues: []float64{1.0, 2.0, 3.0, 4.0, 5.0},
YValues: []float64{1.0, 2.0, 3.0, 4.0, 5.0}, YValues: []float64{1.0, 2.0, 3.0, 4.0, 5.0},
}, },
chart.ContinuousSeries{ chart.ContinuousSeries{
Name: "Wheres Ja?", Name: "Zoo Bar Baz",
XValues: []float64{1.0, 2.0, 3.0, 4.0, 5.0}, XValues: []float64{1.0, 2.0, 3.0, 4.0, 5.0},
YValues: []float64{1.0, 2.0, 3.0, 4.0, 5.0}, YValues: []float64{1.0, 2.0, 3.0, 4.0, 5.0},
}, },