标签: chart.js
如果有这样的饼图,是否可以在底部添加一个额外的标签:
答案 0 :(得分:0)
是的,您可以按照以下步骤进行操作:
options: { legend: { display: true, title: { display: true, text: 'Custom Chart Title', position: 'bottom' } }
您还可以在以下官方文档中找到更多详细信息: Chart JS Legend Official Documentation