lb #14
@ -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: {
|
||||||
|
@ -98,8 +98,10 @@ export default {
|
|||||||
},
|
},
|
||||||
axisTick: { show: false },
|
axisTick: { show: false },
|
||||||
splitLine: {
|
splitLine: {
|
||||||
|
show: true,
|
||||||
lineStyle: {
|
lineStyle: {
|
||||||
color: '#fff3'
|
color: '#fff1',
|
||||||
|
type: 'dotted'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user