|
@@ -369,7 +369,7 @@ const getOtherEacths = function (handleFn,id,data) {
|
|
axisLabel:{
|
|
axisLabel:{
|
|
show: true,
|
|
show: true,
|
|
textStyle:{
|
|
textStyle:{
|
|
- color: '#C0C0C0', //更改坐标轴文字颜色
|
|
|
|
|
|
+ color: '#DCDCDC', //更改坐标轴文字颜色
|
|
fontSize : 12, //更改坐标轴文字大小
|
|
fontSize : 12, //更改坐标轴文字大小
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -389,7 +389,7 @@ const getOtherEacths = function (handleFn,id,data) {
|
|
axisLabel:{
|
|
axisLabel:{
|
|
show: true,
|
|
show: true,
|
|
textStyle:{
|
|
textStyle:{
|
|
- color: '#C0C0C0', //更改坐标轴文字颜色
|
|
|
|
|
|
+ color: '#FFFFFF', //更改坐标轴文字颜色
|
|
fontSize : 12 //更改坐标轴文字大小
|
|
fontSize : 12 //更改坐标轴文字大小
|
|
}
|
|
}
|
|
},
|
|
},
|