Fix global config multiTooltipTemplate comment

This commit is contained in:
Miguel Parramon 2014-08-19 13:19:37 +02:00
parent 8b840ce56b
commit f825a31ce4

View File

@ -180,7 +180,7 @@ Chart.defaults.global = {
// String - Template string for single tooltips
tooltipTemplate: "<%if (label){%><%=label%>: <%}%><%= value %>",
{% endraw %}
// String - Template string for single tooltips
// String - Template string for multiple tooltips
multiTooltipTemplate: "<%= value %>",
// Function - Will fire on animation progression.