Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wcharczuk committed Jul 30, 2016
1 parent 12d115c commit c2d6809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/stacked_bar/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
},
},
},
Expand Down

0 comments on commit c2d6809

Please sign in to comment.