3
votes

There is a color of current dataset element, but how can I put current dataset label into tooltip, exchange for label from xAxis?

1

1 Answers

10
votes

In your options set multiTooltipTemplate to "<%=datasetLabel%> : <%= value %>" to do this.

From this Github issue : https://github.com/nnnick/Chart.js/issues/535