|
|
@@ -63,7 +63,7 @@ export const testConfigGasInject: Config[] = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- deviceType: 'cc_gas_nd',
|
|
|
+ deviceType: 'Zq_zqcs',
|
|
|
moduleName: '注气参数',
|
|
|
pageType: 'gas_injection',
|
|
|
showDetail: true,
|
|
|
@@ -105,7 +105,7 @@ export const testConfigGasInject: Config[] = [
|
|
|
{
|
|
|
readFrom: '',
|
|
|
echartOption: {
|
|
|
- types:'zq',
|
|
|
+ types: 'zq',
|
|
|
showTime: true,
|
|
|
tooltip: {
|
|
|
trigger: 'axis',
|
|
|
@@ -135,7 +135,7 @@ export const testConfigGasInject: Config[] = [
|
|
|
fontSize: 12,
|
|
|
},
|
|
|
data: [
|
|
|
- { name: '瞬时流量' },
|
|
|
+ { name: '瞬时标况流量' },
|
|
|
{ name: '注气压力' },
|
|
|
]
|
|
|
},
|
|
|
@@ -205,7 +205,7 @@ export const testConfigGasInject: Config[] = [
|
|
|
],
|
|
|
series: [
|
|
|
{
|
|
|
- name: '瞬时流量',
|
|
|
+ name: '瞬时标况流量',
|
|
|
type: 'line',
|
|
|
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
showAllSymbol: true,
|
|
|
@@ -294,7 +294,7 @@ export const testConfigGasInject: Config[] = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- deviceType: 'cc_gas_ll',
|
|
|
+ deviceType: 'Zq_cccs',
|
|
|
moduleName: '抽采参数',
|
|
|
pageType: 'gas_injection',
|
|
|
showDetail: true,
|
|
|
@@ -337,7 +337,7 @@ export const testConfigGasInject: Config[] = [
|
|
|
{
|
|
|
readFrom: '',
|
|
|
echartOption: {
|
|
|
- types:'cc',
|
|
|
+ types: 'cc',
|
|
|
showTime: true,
|
|
|
tooltip: {
|
|
|
trigger: 'axis',
|
|
|
@@ -367,8 +367,9 @@ export const testConfigGasInject: Config[] = [
|
|
|
fontSize: 12,
|
|
|
},
|
|
|
data: [
|
|
|
- { name: '瞬时混量' },
|
|
|
- { name: '抽采负压' },
|
|
|
+ { name: '抽采混量' },
|
|
|
+ { name: '抽采纯量' },
|
|
|
+ { name: '抽采浓度' },
|
|
|
]
|
|
|
},
|
|
|
yAxis: [
|
|
|
@@ -383,7 +384,7 @@ export const testConfigGasInject: Config[] = [
|
|
|
},
|
|
|
min: 0,
|
|
|
splitLine: {
|
|
|
- show: false ,
|
|
|
+ show: false,
|
|
|
lineStyle: {
|
|
|
color: 'rgba(4, 49, 79)',
|
|
|
},
|
|
|
@@ -406,7 +407,7 @@ export const testConfigGasInject: Config[] = [
|
|
|
{
|
|
|
type: 'value',
|
|
|
position: 'right', // Y轴2在右边
|
|
|
- name: '(kPa)',
|
|
|
+ name: '(%)',
|
|
|
nameTextStyle: {
|
|
|
color: "#a3a7ae",
|
|
|
fontSize: 12,
|
|
|
@@ -437,7 +438,7 @@ export const testConfigGasInject: Config[] = [
|
|
|
],
|
|
|
series: [
|
|
|
{
|
|
|
- name: '瞬时混量',
|
|
|
+ name: '抽采混量',
|
|
|
type: 'line',
|
|
|
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
showAllSymbol: true,
|
|
|
@@ -475,7 +476,7 @@ export const testConfigGasInject: Config[] = [
|
|
|
data: 'mixStdInstant'
|
|
|
},
|
|
|
{
|
|
|
- name: '抽采负压',
|
|
|
+ name: '抽采浓度',
|
|
|
type: 'line',
|
|
|
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
showAllSymbol: true,
|
|
|
@@ -511,7 +512,45 @@ export const testConfigGasInject: Config[] = [
|
|
|
shadowBlur: 20 //shadowBlur设图形阴影的模糊大小。配合shadowColor,shadowOffsetX/Y, 设置图形的阴影效果。
|
|
|
}
|
|
|
},
|
|
|
- data: 'negativePressure'
|
|
|
+ data: 'gasConcentration'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '抽采纯量',
|
|
|
+ type: 'line',
|
|
|
+ symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
+ showAllSymbol: true,
|
|
|
+ symbolSize: 0,
|
|
|
+ smooth: true,
|
|
|
+ yAxisIndex: 0,
|
|
|
+ lineStyle: {
|
|
|
+ normal: {
|
|
|
+ width: 2,
|
|
|
+ color: 'rgba(252, 197, 36,1)', // 线条颜色
|
|
|
+ },
|
|
|
+ borderColor: 'rgba(0,0,0,.4)',
|
|
|
+ },
|
|
|
+ itemStyle: {
|
|
|
+ color: 'rgba(252, 197, 36,1)',
|
|
|
+ borderColor: "#646ace",
|
|
|
+ borderWidth: 2
|
|
|
+ },
|
|
|
+ areaStyle: { //区域填充样式
|
|
|
+ normal: {
|
|
|
+ //线性渐变,前4个参数分别是x0,y0,x2,y2(范围0~1);相当于图形包围盒中的百分比。如果最后一个参数是‘true’,则该四个值是绝对像素位置。
|
|
|
+ color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
|
+ offset: 0,
|
|
|
+ color: "rgba(252, 197, 36,.4)"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ offset: 1,
|
|
|
+ color: "rgba(252, 197, 36, .1)"
|
|
|
+ }
|
|
|
+ ], false),
|
|
|
+ shadowColor: 'rgba(252, 197, 36, 0.5)', //阴影颜色
|
|
|
+ shadowBlur: 20 //shadowBlur设图形阴影的模糊大小。配合shadowColor,shadowOffsetX/Y, 设置图形的阴影效果。
|
|
|
+ }
|
|
|
+ },
|
|
|
+ data: 'methaneStdInstant'
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
@@ -1102,12 +1141,12 @@ export const testConfigGasInjectZq: Config[] = [
|
|
|
{
|
|
|
label: '瞬时标况流量',
|
|
|
value: '${flowStdInstant}',
|
|
|
- unit: 'Nm³/min',
|
|
|
+ unit: 'Nm³/h',
|
|
|
},
|
|
|
{
|
|
|
label: '累计标况流量',
|
|
|
value: '${flowStdAccum}',
|
|
|
- unit: 'Nm³/min',
|
|
|
+ unit: 'Nm³',
|
|
|
},
|
|
|
{
|
|
|
label: '注气温度',
|
|
|
@@ -1117,7 +1156,7 @@ export const testConfigGasInjectZq: Config[] = [
|
|
|
{
|
|
|
label: '注气压力',
|
|
|
value: '${injectionPressure}',
|
|
|
- unit: 'MPa',
|
|
|
+ unit: 'MP',
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
@@ -1365,7 +1404,7 @@ export const testConfigGasInjectZq: Config[] = [
|
|
|
export const testConfigGasInjectCc: Config[] = [
|
|
|
{
|
|
|
deviceType: 'gas_cc_data',
|
|
|
- moduleName: '抽采数据',
|
|
|
+ moduleName: '支管抽采数据',
|
|
|
pageType: 'gas_injection',
|
|
|
showDetail: true,
|
|
|
moduleData: {
|
|
|
@@ -1394,7 +1433,8 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
basis: '50%',
|
|
|
},
|
|
|
{
|
|
|
- name: 'gas_cc_chart',
|
|
|
+ // name: 'gas_cc_chart',
|
|
|
+ name: 'gas_line_chart',
|
|
|
basis: '50%',
|
|
|
},
|
|
|
],
|
|
|
@@ -1411,19 +1451,19 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
unit: 'm³/min',
|
|
|
},
|
|
|
{
|
|
|
- label: '浓度',
|
|
|
+ label: '抽采浓度',
|
|
|
value: '${gasConcentration}',
|
|
|
unit: '%',
|
|
|
},
|
|
|
{
|
|
|
- label: '负压',
|
|
|
+ label: '抽采负压',
|
|
|
value: '${negativePressure}',
|
|
|
- unit: 'Pa',
|
|
|
+ unit: 'kPa',
|
|
|
},
|
|
|
{
|
|
|
- label: '温度',
|
|
|
- value: '',
|
|
|
- unit: '℃',
|
|
|
+ label: '瞬时抽采纯量',
|
|
|
+ value: '${methaneStdInstant}',
|
|
|
+ unit: 'm³/min',
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
@@ -1436,9 +1476,10 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
complex_list: [],
|
|
|
preset: [
|
|
|
{
|
|
|
- readFrom: 'ccEchart',
|
|
|
+ readFrom: '',
|
|
|
echartOption: {
|
|
|
- showTime: false,
|
|
|
+ types: 'cc',
|
|
|
+ showTime: true,
|
|
|
tooltip: {
|
|
|
trigger: 'axis',
|
|
|
padding: 8,
|
|
|
@@ -1467,8 +1508,9 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
fontSize: 12,
|
|
|
},
|
|
|
data: [
|
|
|
- { name: '瞬时混量' },
|
|
|
- { name: '浓度' },
|
|
|
+ { name: '抽采混量' },
|
|
|
+ { name: '抽采纯量' },
|
|
|
+ { name: '抽采浓度' },
|
|
|
]
|
|
|
},
|
|
|
yAxis: [
|
|
|
@@ -1483,16 +1525,13 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
},
|
|
|
min: 0,
|
|
|
splitLine: {
|
|
|
- show: true,
|
|
|
+ show: false,
|
|
|
lineStyle: {
|
|
|
color: 'rgba(4, 49, 79)',
|
|
|
},
|
|
|
},
|
|
|
axisLine: {
|
|
|
- show: true,
|
|
|
- lineStyle: {
|
|
|
- color: 'rgba(4, 49, 79)',
|
|
|
- },
|
|
|
+ show: false,
|
|
|
},
|
|
|
axisLabel: {
|
|
|
show: true,
|
|
|
@@ -1509,7 +1548,7 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
{
|
|
|
type: 'value',
|
|
|
position: 'right', // Y轴2在右边
|
|
|
- name: '(Pa)',
|
|
|
+ name: '(%)',
|
|
|
nameTextStyle: {
|
|
|
color: "#a3a7ae",
|
|
|
fontSize: 12,
|
|
|
@@ -1523,10 +1562,7 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
},
|
|
|
},
|
|
|
axisLine: {
|
|
|
- show: true,
|
|
|
- lineStyle: {
|
|
|
- color: 'rgba(4, 49, 79)',
|
|
|
- },
|
|
|
+ show: false,
|
|
|
},
|
|
|
axisLabel: {
|
|
|
show: true,
|
|
|
@@ -1543,7 +1579,7 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
],
|
|
|
series: [
|
|
|
{
|
|
|
- name: '瞬时混量',
|
|
|
+ name: '抽采混量',
|
|
|
type: 'line',
|
|
|
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
showAllSymbol: true,
|
|
|
@@ -1553,12 +1589,12 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
lineStyle: {
|
|
|
normal: {
|
|
|
width: 2,
|
|
|
- color: 'rgba(131, 97, 251,1)', // 线条颜色
|
|
|
+ color: 'rgba(86, 243, 134,1)', // 线条颜色
|
|
|
},
|
|
|
borderColor: 'rgba(0,0,0,.4)',
|
|
|
},
|
|
|
itemStyle: {
|
|
|
- color: 'rgba(131, 97, 251,1)',
|
|
|
+ color: 'rgba(86, 243, 134,1)',
|
|
|
borderColor: "#646ace",
|
|
|
borderWidth: 2
|
|
|
},
|
|
|
@@ -1567,21 +1603,21 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
//线性渐变,前4个参数分别是x0,y0,x2,y2(范围0~1);相当于图形包围盒中的百分比。如果最后一个参数是‘true’,则该四个值是绝对像素位置。
|
|
|
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
|
offset: 0,
|
|
|
- color: "rgba(131, 97, 251,.4)"
|
|
|
+ color: "rgba(86, 243, 134,.4)"
|
|
|
},
|
|
|
{
|
|
|
offset: 1,
|
|
|
- color: "rgba(131, 97, 251, .1)"
|
|
|
+ color: "rgba(86, 243, 134, .1)"
|
|
|
}
|
|
|
], false),
|
|
|
- shadowColor: 'rgba(131, 97, 251, 0.5)', //阴影颜色
|
|
|
+ shadowColor: 'rgba(86, 243, 134, 0.5)', //阴影颜色
|
|
|
shadowBlur: 20 //shadowBlur设图形阴影的模糊大小。配合shadowColor,shadowOffsetX/Y, 设置图形的阴影效果。
|
|
|
}
|
|
|
},
|
|
|
- data: 'yData'
|
|
|
+ data: 'mixStdInstant'
|
|
|
},
|
|
|
{
|
|
|
- name: '浓度',
|
|
|
+ name: '抽采浓度',
|
|
|
type: 'line',
|
|
|
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
showAllSymbol: true,
|
|
|
@@ -1591,12 +1627,12 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
lineStyle: {
|
|
|
normal: {
|
|
|
width: 2,
|
|
|
- color: 'rgba(138, 241, 166,1)', // 线条颜色
|
|
|
+ color: 'rgba(111, 76, 247,1)', // 线条颜色
|
|
|
},
|
|
|
borderColor: 'rgba(0,0,0,.4)',
|
|
|
},
|
|
|
itemStyle: {
|
|
|
- color: 'rgba(138, 241, 166,1)',
|
|
|
+ color: 'rgba(111, 76, 247,1)',
|
|
|
borderColor: "#646ace",
|
|
|
borderWidth: 2
|
|
|
|
|
|
@@ -1606,18 +1642,56 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
//线性渐变,前4个参数分别是x0,y0,x2,y2(范围0~1);相当于图形包围盒中的百分比。如果最后一个参数是‘true’,则该四个值是绝对像素位置。
|
|
|
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
|
offset: 0,
|
|
|
- color: "rgba(138, 241, 166,.4)"
|
|
|
+ color: "rgba(111, 76, 247,.4)"
|
|
|
},
|
|
|
{
|
|
|
offset: 1,
|
|
|
- color: "rgba(138, 241, 166, .1)"
|
|
|
+ color: "rgba(111, 76, 247, .1)"
|
|
|
}
|
|
|
], false),
|
|
|
- shadowColor: 'rgba(138, 241, 166, 0.5)', //阴影颜色
|
|
|
+ shadowColor: 'rgba(111, 76, 247, 0.5)', //阴影颜色
|
|
|
shadowBlur: 20 //shadowBlur设图形阴影的模糊大小。配合shadowColor,shadowOffsetX/Y, 设置图形的阴影效果。
|
|
|
}
|
|
|
},
|
|
|
- data: 'yData1'
|
|
|
+ data: 'gasConcentration'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: '抽采纯量',
|
|
|
+ type: 'line',
|
|
|
+ symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
+ showAllSymbol: true,
|
|
|
+ symbolSize: 0,
|
|
|
+ smooth: true,
|
|
|
+ yAxisIndex: 0,
|
|
|
+ lineStyle: {
|
|
|
+ normal: {
|
|
|
+ width: 2,
|
|
|
+ color: 'rgba(252, 197, 36,1)', // 线条颜色
|
|
|
+ },
|
|
|
+ borderColor: 'rgba(0,0,0,.4)',
|
|
|
+ },
|
|
|
+ itemStyle: {
|
|
|
+ color: 'rgba(252, 197, 36,1)',
|
|
|
+ borderColor: "#646ace",
|
|
|
+ borderWidth: 2
|
|
|
+ },
|
|
|
+ areaStyle: { //区域填充样式
|
|
|
+ normal: {
|
|
|
+ //线性渐变,前4个参数分别是x0,y0,x2,y2(范围0~1);相当于图形包围盒中的百分比。如果最后一个参数是‘true’,则该四个值是绝对像素位置。
|
|
|
+ color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
|
|
|
+ offset: 0,
|
|
|
+ color: "rgba(252, 197, 36,.4)"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ offset: 1,
|
|
|
+ color: "rgba(252, 197, 36, .1)"
|
|
|
+ }
|
|
|
+ ], false),
|
|
|
+ shadowColor: 'rgba(252, 197, 36, 0.5)', //阴影颜色
|
|
|
+ shadowBlur: 20 //shadowBlur设图形阴影的模糊大小。配合shadowColor,shadowOffsetX/Y, 设置图形的阴影效果。
|
|
|
+ }
|
|
|
+ },
|
|
|
+ data: 'methaneStdInstant'
|
|
|
},
|
|
|
]
|
|
|
},
|
|
|
@@ -1765,11 +1839,11 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
fontSize: 12,
|
|
|
},
|
|
|
data: [
|
|
|
- { name: '汇流管1' },
|
|
|
- { name: '汇流管2' },
|
|
|
- { name: '汇流管3' },
|
|
|
- { name: '汇流管4' },
|
|
|
- { name: '汇流管5' },
|
|
|
+ { name: '汇流单元1' },
|
|
|
+ { name: '汇流单元2' },
|
|
|
+ { name: '汇流单元3' },
|
|
|
+ { name: '汇流单元4' },
|
|
|
+ { name: '汇流单元5' },
|
|
|
]
|
|
|
},
|
|
|
yAxis: [
|
|
|
@@ -1809,7 +1883,7 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
],
|
|
|
series: [
|
|
|
{
|
|
|
- name: '汇流管1',
|
|
|
+ name: '汇流单元1',
|
|
|
type: 'line',
|
|
|
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
showAllSymbol: true,
|
|
|
@@ -1832,7 +1906,7 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
data: 'yDataHl'
|
|
|
},
|
|
|
{
|
|
|
- name: '汇流管2',
|
|
|
+ name: '汇流单元2',
|
|
|
type: 'line',
|
|
|
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
showAllSymbol: true,
|
|
|
@@ -1855,7 +1929,7 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
data: 'yDataHl1'
|
|
|
},
|
|
|
{
|
|
|
- name: '汇流管3',
|
|
|
+ name: '汇流单元3',
|
|
|
type: 'line',
|
|
|
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
showAllSymbol: true,
|
|
|
@@ -1878,7 +1952,7 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
data: 'yDataHl2'
|
|
|
},
|
|
|
{
|
|
|
- name: '汇流管4',
|
|
|
+ name: '汇流单元4',
|
|
|
type: 'line',
|
|
|
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
showAllSymbol: true,
|
|
|
@@ -1901,7 +1975,7 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
data: 'yDataHl3'
|
|
|
},
|
|
|
{
|
|
|
- name: '汇流管5',
|
|
|
+ name: '汇流单元5',
|
|
|
type: 'line',
|
|
|
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
showAllSymbol: true,
|
|
|
@@ -1959,11 +2033,11 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
fontSize: 12,
|
|
|
},
|
|
|
data: [
|
|
|
- { name: '汇流管1' },
|
|
|
- { name: '汇流管2' },
|
|
|
- { name: '汇流管3' },
|
|
|
- { name: '汇流管4' },
|
|
|
- { name: '汇流管5' },
|
|
|
+ { name: '汇流单元1' },
|
|
|
+ { name: '汇流单元2' },
|
|
|
+ { name: '汇流单元3' },
|
|
|
+ { name: '汇流单元4' },
|
|
|
+ { name: '汇流单元5' },
|
|
|
]
|
|
|
},
|
|
|
yAxis: [
|
|
|
@@ -2003,7 +2077,7 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
],
|
|
|
series: [
|
|
|
{
|
|
|
- name: '汇流管1',
|
|
|
+ name: '汇流单元1',
|
|
|
type: 'line',
|
|
|
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
showAllSymbol: true,
|
|
|
@@ -2026,7 +2100,7 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
data: 'yDataNd'
|
|
|
},
|
|
|
{
|
|
|
- name: '汇流管2',
|
|
|
+ name: '汇流单元2',
|
|
|
type: 'line',
|
|
|
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
showAllSymbol: true,
|
|
|
@@ -2049,7 +2123,7 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
data: 'yDataNd1'
|
|
|
},
|
|
|
{
|
|
|
- name: '汇流管3',
|
|
|
+ name: '汇流单元3',
|
|
|
type: 'line',
|
|
|
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
showAllSymbol: true,
|
|
|
@@ -2072,7 +2146,7 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
data: 'yDataNd2'
|
|
|
},
|
|
|
{
|
|
|
- name: '汇流管4',
|
|
|
+ name: '汇流单元4',
|
|
|
type: 'line',
|
|
|
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
showAllSymbol: true,
|
|
|
@@ -2095,7 +2169,7 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
data: 'yDataNd3'
|
|
|
},
|
|
|
{
|
|
|
- name: '汇流管5',
|
|
|
+ name: '汇流单元5',
|
|
|
type: 'line',
|
|
|
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
showAllSymbol: true,
|
|
|
@@ -2153,11 +2227,11 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
fontSize: 12,
|
|
|
},
|
|
|
data: [
|
|
|
- { name: '汇流管1' },
|
|
|
- { name: '汇流管2' },
|
|
|
- { name: '汇流管3' },
|
|
|
- { name: '汇流管4' },
|
|
|
- { name: '汇流管5' },
|
|
|
+ { name: '汇流单元1' },
|
|
|
+ { name: '汇流单元2' },
|
|
|
+ { name: '汇流单元3' },
|
|
|
+ { name: '汇流单元4' },
|
|
|
+ { name: '汇流单元5' },
|
|
|
]
|
|
|
},
|
|
|
yAxis: [
|
|
|
@@ -2197,7 +2271,7 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
],
|
|
|
series: [
|
|
|
{
|
|
|
- name: '汇流管1',
|
|
|
+ name: '汇流单元1',
|
|
|
type: 'line',
|
|
|
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
showAllSymbol: true,
|
|
|
@@ -2219,7 +2293,7 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
data: 'yDataFy'
|
|
|
},
|
|
|
{
|
|
|
- name: '汇流管2',
|
|
|
+ name: '汇流单元2',
|
|
|
type: 'line',
|
|
|
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
showAllSymbol: true,
|
|
|
@@ -2241,7 +2315,7 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
data: 'yDataFy1'
|
|
|
},
|
|
|
{
|
|
|
- name: '汇流管3',
|
|
|
+ name: '汇流单元3',
|
|
|
type: 'line',
|
|
|
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
showAllSymbol: true,
|
|
|
@@ -2263,7 +2337,7 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
data: 'yDataFy2'
|
|
|
},
|
|
|
{
|
|
|
- name: '汇流管4',
|
|
|
+ name: '汇流单元4',
|
|
|
type: 'line',
|
|
|
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
showAllSymbol: true,
|
|
|
@@ -2285,7 +2359,7 @@ export const testConfigGasInjectCc: Config[] = [
|
|
|
data: 'yDataFy3'
|
|
|
},
|
|
|
{
|
|
|
- name: '汇流管5',
|
|
|
+ name: '汇流单元5',
|
|
|
type: 'line',
|
|
|
symbol: 'circle', // 默认是空心圆(中间是白色的),改成实心圆
|
|
|
showAllSymbol: true,
|