Commit 63143696 authored by zhengke's avatar zhengke

s

parent 749e0b44
...@@ -533,10 +533,7 @@ export default { ...@@ -533,10 +533,7 @@ export default {
axisLine: { axisLine: {
lineStyle: { lineStyle: {
// 设置x轴颜色 // 设置x轴颜色
textStyle:{ color: "#252D48"
color: "#252D48"
},
// color: "#252D48"
} }
}, },
axisLabel: { axisLabel: {
...@@ -569,17 +566,13 @@ export default { ...@@ -569,17 +566,13 @@ export default {
axisLine: { axisLine: {
lineStyle: { lineStyle: {
// 设置y轴颜色 // 设置y轴颜色
//color: "#252D48", color: "#252D48",
}, }
textStyle:{
color: "#252D48",
},
}, },
axisLabel: { axisLabel: {
// formatter: '{value}k', // formatter: '{value}k',
textStyle: { textStyle: {
//color: "#4A5271" color: "#4A5271"
}, },
padding: [10, 0, 10, 0] padding: [10, 0, 10, 0]
}, },
...@@ -600,12 +593,8 @@ export default { ...@@ -600,12 +593,8 @@ export default {
axisLine: { axisLine: {
lineStyle: { lineStyle: {
// 设置y轴颜色 // 设置y轴颜色
//color: "#252D48" color: "#252D48"
}, }
textStyle:{
color: "#252D48"
},
}, },
axisLabel: { axisLabel: {
textStyle: { 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