Skip to content

Commit

Permalink
update legend
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 17, 2016
1 parent 6d89624 commit 565168b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,15 @@ class Dashboard {
// Graphs
this.graphs = {
outbound: {
title: "Outbound",
title: "Origin/Outbound",
x: [],
y: [],
style: {
line: "red"
}
},
return: {
title: "Return",
title: "Destination/Return",
x: [],
y: [],
style: {
Expand Down

0 comments on commit 565168b

Please sign in to comment.