tests
This commit is contained in:
parent
12d115cca5
commit
c2d680968d
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ func drawChart(res http.ResponseWriter, req *http.Request) {
|
|||
Name: "Test 2",
|
||||
Values: []chart.Value{
|
||||
{Value: 10, Label: "Blue"},
|
||||
{Value: 5, Label: "Green"},
|
||||
{Value: 1, Label: "Gray"},
|
||||
{Value: 6, Label: "Green"},
|
||||
{Value: 4, Label: "Gray"},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue