Skip to content

Instantly share code, notes, and snippets.

@Isxida
Created March 13, 2015 21:26
Show Gist options
  • Save Isxida/ec3b0954a520b817aaa4 to your computer and use it in GitHub Desktop.
Save Isxida/ec3b0954a520b817aaa4 to your computer and use it in GitHub Desktop.
chart.getTooltip().setPointFormat("<span style=\"color:{series.color}\">{series.name}</span>" +
": <b>{point.y}</b> ({point.percentage:.0f}%)<br/>");
chart.getTooltip().setShared(true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment