1👍
✅
You can use the tooltipTemplate
option:
tooltipTemplate: "ACW: <%=value%>sec"
If you need the ACW
part to come from the label:
tooltipTemplate: "<%=label%>: <%=value%>sec"
Source:stackexchange.com