58124680 by zhangmeng

样式

1 parent 00892dd8
......@@ -660,8 +660,14 @@ const handelZhu1 = (row1, row2) => {
color: '#fff',
width: 1,
type: 'solid'
}
},
},
splitLine: {
show: true, // 默认false,需显式开启
lineStyle: {
color: 'rgba(255, 255, 255, .2)', // 绿色轴线
}
}
}
],
series: [
......@@ -766,6 +772,12 @@ const handelZhu2 = (row1, row2) => {
type: 'solid'
}
},
splitLine: {
show: true, // 默认false,需显式开启
lineStyle: {
color: 'rgba(255, 255, 255, .2)', // 绿色轴线
}
}
}
],
series: [
......@@ -888,6 +900,12 @@ const handelZhu3 = (row1, row2) => {
type: 'solid'
}
},
splitLine: {
show: true, // 默认false,需显式开启
lineStyle: {
color: 'rgba(255, 255, 255, .2)', // 绿色轴线
}
}
}
],
series: [
......@@ -1024,6 +1042,12 @@ const handelZhu4 = (listX, dataList) => {
type: 'solid'
}
},
splitLine: {
show: true, // 默认false,需显式开启
lineStyle: {
color: 'rgba(255, 255, 255, .2)', // 绿色轴线
}
}
}
],
series: [
......
......@@ -416,7 +416,7 @@ const setB = (arr1, arr2, arr3, arr4) => {
left: '3%',
right: '4%',
bottom: '3%',
containLabel: true
containLabel: true,
},
xAxis: [
{
......@@ -448,6 +448,12 @@ const setB = (arr1, arr2, arr3, arr4) => {
type: 'solid'
}
},
splitLine: {
show: true, // 默认false,需显式开启
lineStyle: {
color: 'rgba(255, 255, 255, .2)', // 绿色轴线
}
}
}
],
......@@ -597,6 +603,12 @@ const setC = (h1, h2, h3) => {
type: 'solid'
}
},
splitLine: {
show: true, // 默认false,需显式开启
lineStyle: {
color: 'rgba(255, 255, 255, .2)', // 绿色轴线
}
}
}
],
series: [
......
......@@ -382,6 +382,12 @@ const setA = (arrY, arr1, arr2, arr3) => {
type: 'solid'
}
},
splitLine: {
show: true, // 默认false,需显式开启
lineStyle: {
color: 'rgba(255, 255, 255, .2)', // 绿色轴线
}
}
},
dataZoom: [
{
......@@ -509,6 +515,12 @@ const setB = (arrY, arr1, arr2) => {
type: 'solid'
}
},
splitLine: {
show: true, // 默认false,需显式开启
lineStyle: {
color: 'rgba(255, 255, 255, .2)', // 绿色轴线
}
}
},
yAxis: {
type: 'category',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!