From 6db18d540d415ad1f5706996ae2b48aacca0ea3a Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Mon, 13 Feb 2017 00:27:33 -0800 Subject: [PATCH] snapshot. --- _examples/legend_left/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_examples/legend_left/main.go b/_examples/legend_left/main.go index b54673c..b5e61b6 100644 --- a/_examples/legend_left/main.go +++ b/_examples/legend_left/main.go @@ -65,13 +65,13 @@ func drawChart(res http.ResponseWriter, req *http.Request) { }, chart.ContinuousSeries{ - Name: "Free Yourself", + Name: "Moo Bar", XValues: []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{ - Name: "Wheres Ja?", + Name: "Zoo Bar Baz", XValues: []float64{1.0, 2.0, 3.0, 4.0, 5.0}, YValues: []float64{1.0, 2.0, 3.0, 4.0, 5.0}, },