lb #14

Merged
gtz217 merged 20 commits from lb into master 2022-11-23 09:44:40 +08:00
3 changed files with 22 additions and 14 deletions
Showing only changes of commit 2819cf2efc - Show all commits

View File

@ -91,7 +91,7 @@ export default {
type: 'line',
axis: 'x'
},
extraCssText: "width: 152px !important; height: 100px !important;"
extraCssText: 'width: 152px !important; height: 100px !important;'
},
xAxis: [
{
@ -130,10 +130,11 @@ export default {
fontSize: 10
},
splitLine: {
show: false
// lineStyle: {
// color: '#fff3'
// }
show: true,
lineStyle: {
color: '#fff1',
type: 'dotted'
}
}
},
{
@ -157,10 +158,11 @@ export default {
fontSize: 10
},
splitLine: {
show: false
// lineStyle: {
// color: '#fff3'
// }
show: true,
lineStyle: {
color: '#fff1',
type: 'dotted'
}
}
},
{
@ -177,8 +179,10 @@ export default {
type: 'value',
splitNumber: 3,
splitLine: {
show: true,
lineStyle: {
color: '#fff3'
color: '#fff1',
type: 'dotted'
}
},
axisLabel: {

View File

@ -98,8 +98,10 @@ export default {
},
axisTick: { show: false },
splitLine: {
show: true,
lineStyle: {
color: '#fff3'
color: '#fff1',
type: 'dotted'
}
}
},

View File

@ -102,7 +102,7 @@ export default {
type: 'line',
axis: 'x'
},
extraCssText: "width: 100px !important;"
extraCssText: 'width: 100px !important;'
},
xAxis: [
{
@ -143,7 +143,8 @@ export default {
splitLine: {
show: true,
lineStyle: {
color: '#fff3'
color: '#fff1',
type: 'dotted'
}
}
},
@ -170,7 +171,8 @@ export default {
splitLine: {
show: true,
lineStyle: {
color: '#fff3'
color: '#fff1',
type: 'dotted'
}
}
}