Skip to content

Commit

Permalink
Fix the legend integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Dec 28, 2008
1 parent 184eea5 commit 7045c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.html
Expand Up @@ -85,7 +85,7 @@
data: ["A", "B", "C"],
label: function(i) { return this + i },
color: function(i) {
return ['#82293B', '#E57536', '#FFBE33'][this % 3]
return ['#82293B', '#E57536', '#FFBE33'][i % 3]
}
}
});
Expand Down

0 comments on commit 7045c03

Please sign in to comment.