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

View File

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

View File

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