There is a color of current dataset element, but how can I put current dataset label into tooltip, exchange for label from xAxis?
dataset
tooltip
In your options set multiTooltipTemplate to "<%=datasetLabel%> : <%= value %>" to do this.
From this Github issue : https://github.com/nnnick/Chart.js/issues/535
2.1m questions
2.1m answers
60 comments
57.0k users