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