x轴y轴的文字修改发版后的问题1
This commit is contained in:
@ -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轴文字颜色
|
||||||
|
Reference in New Issue
Block a user