在Chart.js V1.0中,我将添加tooltipTemplate: "<%if (label){%><%=label %>: <%}%><%= '€' + value %>"一个欧元符号作为工具提示标签的前缀.但是,这在V2中不再有效.有人知道新方法吗?我似乎找不到它.
tooltipTemplate: "<%if (label){%><%=label %>: <%}%><%= '€' + value %>"
非常感谢!
chart.js
chart.js ×1