...
const config = {
type: 'line', // 设置图表类型
data: data,
//隐藏标题栏属性
options: {
plugins: {
legend: {
display: false
}
}
},
};
...

...
const config = {
type: 'line', // 设置图表类型
data: data,
//隐藏标题栏属性
options: {
plugins: {
legend: {
display: false
}
}
},
};
...
为了本站的长期运营,请将我们的网站加入广告拦截器的白名单或关闭插件,感谢您的支持!