我是Vue-ChartJs的新手,对此非常好奇:
如何将图例位置更改为图形底部?
发布于 2021-09-22 01:37:03
在图表选项对象中使用以下内容:
const chartOptions = { // other options... legend: { position: 'bottom' } }
https://stackoverflow.com/questions/69266221
相似问题