堡座 字体颜色修改白色
This commit is contained in:
parent
8142e2ebcd
commit
f36a0aade7
|
|
@ -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%',
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue