mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Merge pull request #551 from mparramont/patch-1
Fix global config multiTooltipTemplate comment
This commit is contained in:
commit
8244dd1271
@ -183,7 +183,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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user