x轴y轴的文字修改发版后的问题1

This commit is contained in:
熊丽君
2021-04-22 13:49:24 +08:00
parent 55542f7814
commit e2442fb219

View File

@ -361,7 +361,7 @@ export default {
}); });
let option = { let option = {
xAxis: { xAxis: {
name: '数量', name: '月份',
type: 'category', type: 'category',
data: months, data: months,
axisLine: { axisLine: {
@ -372,7 +372,7 @@ export default {
} }
}, },
yAxis: { yAxis: {
name: '月份', name: '数量',
type: 'value', type: 'value',
axisLine: { axisLine: {
//这是x轴文字颜色 //这是x轴文字颜色
@ -656,7 +656,7 @@ export default {
}); });
let option = { let option = {
xAxis: { xAxis: {
name: '数量', name: '月份',
type: 'category', type: 'category',
data: months, data: months,
axisLine: { axisLine: {
@ -667,7 +667,7 @@ export default {
} }
}, },
yAxis: { yAxis: {
name: '月份', name: '数量',
type: 'value', type: 'value',
axisLine: { axisLine: {
//这是y轴文字颜色 //这是y轴文字颜色