fixed spacing issues.

This commit is contained in:
Will Charczuk 2016-07-29 23:13:33 -07:00
parent e5cc7f9e9c
commit 8b6afae778
2 changed files with 21 additions and 12 deletions

View file

@ -40,6 +40,14 @@ func drawChart(res http.ResponseWriter, req *http.Request) {
{Value: 1, Label: "Gray"},
},
},
{
Name: "Test 2",
Values: []chart.Value{
{Value: 10, Label: "Blue"},
{Value: 5, Label: "Green"},
{Value: 1, Label: "Gray"},
},
},
},
}