Skip to content

Commit

Permalink
hide legend on overview graph
Browse files Browse the repository at this point in the history
  • Loading branch information
davecheney committed Jul 11, 2014
1 parent 68e61c7 commit daa30cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ var visTmpl = template.Must(template.New("vis").Parse(`
var plot = $.plot("#placeholder", data, options);
var overview = $.plot("#overview", data, {
legend: { show: false},
series: {
lines: {
show: true,
Expand Down

0 comments on commit daa30cc

Please sign in to comment.