This commit is contained in:
lb
2022-11-22 16:58:49 +08:00
parent 890a1be63c
commit 7552e09aeb
2 changed files with 28 additions and 16 deletions

View File

@@ -25,23 +25,26 @@ export default {
bottom: 0,
containLabel: true
},
xAxis: [
{
type: 'category',
data: ['A', 'B', 'C', 'D', 'E'],
axisTick: {
alignWithLabel: true
},
axisLine: {
lineStyle: {
color: '#5982B233'
}
},
axisLabel: {
color: '#fff'
tooltip: {
show: true,
type: 'shadow',
trigger: 'item'
},
xAxis: {
type: 'category',
data: ['A', 'B', 'C', 'D', 'E'],
axisTick: {
alignWithLabel: true
},
axisLine: {
lineStyle: {
color: '#5982B233'
}
},
axisLabel: {
color: '#fff'
}
],
},
yAxis: [
{
type: 'value',
@@ -58,7 +61,7 @@ export default {
axisLabel: {
color: '#ffffff9d'
},
axisTick: { show : false }
axisTick: { show: false }
}
],
series: [