Skip to content

Commit

Permalink
tweak point border style to sync up with gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dchester committed Sep 9, 2012
1 parent 3d43dc0 commit 02b0501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hover.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
var dot = document.createElement('div');
dot.className = 'dot';
dot.style.top = graph.y(d.value.y0 + d.value.y) + 'px';
dot.style.backgroundColor = d.series.color;
dot.style.borderColor = d.series.color;

this.element.appendChild(dot);

Expand Down

0 comments on commit 02b0501

Please sign in to comment.