【发布时间】:2021-09-28 12:04:41
【问题描述】:
到目前为止,我还不知道如何在图表中显示百分比符号。
plugins: {
datalabels: {
backgroundColor: function (context) {
return context.dataset.backgroundColor;
},
borderRadius: 25,
borderWidth: 3,
color: "black",
font: {
weight: "bold"
},
padding: 6
},
这是用于悬停的,但它不起作用。没有显示百分比符号。
tooltip: {
callbacks: {
label: (ttItem) => ttItem.label
}
}
}
这也在codesandbox中:https://codesandbox.io/s/bar-graph-9nr8u?file=/src/App.js:3205-3719
【问题讨论】:
标签: javascript reactjs chart.js react-chartjs react-chartjs-2