Chart.js Tooltip Information

๐Ÿ‘:0

You can set the label within the chart options as detailed in the documentation, for example:

tooltipTemplate: "<%if (label){%><%=label%> <%}%>(<%= value %> champs)"

Hope that helps! ๐Ÿ™‚

Leave a comment