Skip to content

Instantly share code, notes, and snippets.

View Isxida's full-sized avatar
🏠
Working from home

Israel Romero Isxida

🏠
Working from home
View GitHub Profile
chart.getTooltip().setPointFormat("<span style=\"color:{series.color}\">{series.name}</span>" +
": <b>{point.y}</b> ({point.percentage:.0f}%)<br/>");
chart.getTooltip().setShared(true);