Skip to content

Instantly share code, notes, and snippets.

@rninne
Created October 9, 2014 03:17
Show Gist options
  • Save rninne/63c79c63bf7783826093 to your computer and use it in GitHub Desktop.
Save rninne/63c79c63bf7783826093 to your computer and use it in GitHub Desktop.
Highcharts: Boot the series element to the end of the SVG causing it to be on top of all UI elements
var seriesGroup = $j("[class='highcharts-series-group']")[0];
seriesGroup.parentElement.appendChild(seriesGroup);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment