堡座 字体颜色修改白色

This commit is contained in:
ljx 2024-12-10 14:35:01 +08:00
parent 8142e2ebcd
commit f36a0aade7
2 changed files with 17 additions and 5 deletions

View File

@ -28,13 +28,19 @@ export default {
console.log(myChart) console.log(myChart)
this.option = { this.option = {
title: { title: {
text: '近一周产量趋势' text: '近一周产量趋势',
textStyle:{
color:'#fff'
}
}, },
tooltip: { tooltip: {
trigger: 'axis' trigger: 'axis'
}, },
legend: { legend: {
data: ['机芯1线', '机芯2线', '盖板线', '整机线'] data: ['机芯1线', '机芯2线', '盖板线', '整机线'],
textStyle:{
color:'#fff'
}
}, },
grid: { grid: {
left: '3%', left: '3%',

View File

@ -29,13 +29,19 @@ export default {
this.option = { this.option = {
title: { title: {
text: '月生产情况', text: '月生产情况',
subtext: '完成率' subtext: '完成率',
textStyle:{
color:'#fff'
}
}, },
tooltip: { tooltip: {
trigger: 'axis' trigger: 'axis',
}, },
legend: { legend: {
data: ['机芯1线', '机芯2线', '盖板线'] data: ['机芯1线', '机芯2线', '盖板线'],
textStyle:{
color:'#fff'
}
}, },
toolbox: { toolbox: {
show: true, show: true,