Skip to content

Instantly share code, notes, and snippets.

@felix-last
Created May 16, 2013 08:50
Show Gist options
  • Save felix-last/5590352 to your computer and use it in GitHub Desktop.
Save felix-last/5590352 to your computer and use it in GitHub Desktop.
var dot = document.createElement('div');
dot.className = 'dot';
dot.style.top = graph.y(d.value.y0 + d.value.y) + 'px';
dot.style.borderColor = d.series.color;
this.element.appendChild(dot);
dot.className = 'dot active';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment