Commit 63143696 authored by zhengke's avatar zhengke

s

parent 749e0b44
......@@ -533,10 +533,7 @@ export default {
axisLine: {
lineStyle: {
// 设置x轴颜色
textStyle:{
color: "#252D48"
},
// color: "#252D48"
color: "#252D48"
}
},
axisLabel: {
......@@ -569,17 +566,13 @@ export default {
axisLine: {
lineStyle: {
// 设置y轴颜色
//color: "#252D48",
},
textStyle:{
color: "#252D48",
},
color: "#252D48",
}
},
axisLabel: {
// formatter: '{value}k',
textStyle: {
//color: "#4A5271"
color: "#4A5271"
},
padding: [10, 0, 10, 0]
},
......@@ -600,12 +593,8 @@ export default {
axisLine: {
lineStyle: {
// 设置y轴颜色
//color: "#252D48"
},
textStyle:{
color: "#252D48"
},
color: "#252D48"
}
},
axisLabel: {
textStyle: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment