From f825a31ce48631a032491aab9afefce0679309cb Mon Sep 17 00:00:00 2001 From: Miguel Parramon Date: Tue, 19 Aug 2014 13:19:37 +0200 Subject: [PATCH] Fix global config multiTooltipTemplate comment --- docs/00-Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/00-Getting-Started.md b/docs/00-Getting-Started.md index 74287a94c..33f384676 100644 --- a/docs/00-Getting-Started.md +++ b/docs/00-Getting-Started.md @@ -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. -- 2.47.2