将柱状图的横坐标文字颜色修改成默认
parent
a800048b5a
commit
baf3f07f59
|
@ -44,9 +44,6 @@ const option = reactive({
|
||||||
type: 'category',
|
type: 'category',
|
||||||
axisTick: {show: false},
|
axisTick: {show: false},
|
||||||
axisLine: {show: false},
|
axisLine: {show: false},
|
||||||
axisLabel: {
|
|
||||||
color: 'black'
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
yAxis: {
|
yAxis: {
|
||||||
show: false,
|
show: false,
|
||||||
|
|
Loading…
Reference in New Issue