我在我的网络应用程序上实现了Chart.js,但我需要添加一些功能:
可以做这些事情吗?提前致谢
L,
答案 0 :(得分:2)
在var选项中添加此代码
{
tooltipTemplate: "<%= value %>",
onAnimationComplete: function(){
this.showTooltip(this.segments, true);},
tooltipEvents: [],
showTooltips: true
}
这个代码在图表的参数中(附近选项).-&gt;
{ tooltipTemplate : "<%if (label){%><%=label%>: <%}%><%= value %>%", animateRotate: true }
这个在脚本标签的任何地方
legend(document.getElementById("legendCont"), Data);