fixed spacing issues.
This commit is contained in:
parent
e5cc7f9e9c
commit
8b6afae778
2 changed files with 21 additions and 12 deletions
|
|
@ -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"},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue