|
|
@@ -1,12 +1,12 @@
|
|
|
export const plainOptions: any[] = [
|
|
|
{ label: 'CO浓度(ppm)', value: 'coVal', color: '#3bd97a', areaColor: ['rgba(59, 217, 122,0.1)', 'rgba(59, 217, 122,0.8)'] },
|
|
|
- // { label: 'C2H4浓度(ppm)', value: 'c2h4Val', color: '#d35400', areaColor: ['rgba(211, 84, 0,0.1)', 'rgba(211, 84, 0,0.8)'] },
|
|
|
- // { label: 'C2H2浓度(ppm)', value: 'c2h2Val', color: '#c0392b', areaColor: ['rgba(192, 57, 43,0.1)', 'rgba(192, 57, 43,0.8)'] },
|
|
|
- // { label: 'CH4浓度(%)', value: 'ch4Val', color: '#f9c74a', areaColor: ['rgba(249, 199, 74,0.1)', 'rgba(249, 199, 74,0.8)'] },
|
|
|
- // { label: 'CO2浓度(%)', value: 'co2Val', color: '#1fd0da', areaColor: ['rgba(31, 208, 218,0.1)', 'rgba(31, 208, 218,0.8)'] },
|
|
|
- // { label: 'O2浓度(%)', value: 'o2Val', color: '#ff6666', areaColor: ['rgba(255, 102, 102,0.1)', 'rgba(255, 102, 102,0.8)'] },
|
|
|
- // { label: '压差(kPa)', value: 'sourcePressure', color: '#3b4bd9', areaColor: ['rgba(59, 75, 217,0.1)', 'rgba(59, 75, 217,0.8)'] },
|
|
|
- // { label: '温度(℃)', value: 'temperature', color: '#f18736', areaColor: ['rgba(241, 135, 54,0.1)', 'rgba(241, 135, 54,0.8)'] },
|
|
|
+ { label: 'C2H4浓度(ppm)', value: 'c2h4Val', color: '#d35400', areaColor: ['rgba(211, 84, 0,0.1)', 'rgba(211, 84, 0,0.8)'] },
|
|
|
+ { label: 'C2H2浓度(ppm)', value: 'c2h2Val', color: '#c0392b', areaColor: ['rgba(192, 57, 43,0.1)', 'rgba(192, 57, 43,0.8)'] },
|
|
|
+ { label: 'CH4浓度(%)', value: 'ch4Val', color: '#f9c74a', areaColor: ['rgba(249, 199, 74,0.1)', 'rgba(249, 199, 74,0.8)'] },
|
|
|
+ { label: 'CO2浓度(%)', value: 'co2Val', color: '#1fd0da', areaColor: ['rgba(31, 208, 218,0.1)', 'rgba(31, 208, 218,0.8)'] },
|
|
|
+ { label: 'O2浓度(%)', value: 'o2Val', color: '#ff6666', areaColor: ['rgba(255, 102, 102,0.1)', 'rgba(255, 102, 102,0.8)'] },
|
|
|
+ { label: '压差(kPa)', value: 'sourcePressure', color: '#3b4bd9', areaColor: ['rgba(59, 75, 217,0.1)', 'rgba(59, 75, 217,0.8)'] },
|
|
|
+ { label: '温度(℃)', value: 'temperature', color: '#f18736', areaColor: ['rgba(241, 135, 54,0.1)', 'rgba(241, 135, 54,0.8)'] },
|
|
|
];
|
|
|
|
|
|
export const plainOptionsOut: any[] = [
|
|
|
@@ -22,13 +22,13 @@ export const plainOptionsOut: any[] = [
|
|
|
|
|
|
export const lengendTitle = [
|
|
|
{ label: 'CO浓度(ppm)' },
|
|
|
- // { label: 'C2H4浓度(ppm)' },
|
|
|
- // { label: 'C2H2浓度(ppm)' },
|
|
|
- // { label: 'CH4浓度(%)' },
|
|
|
- // { label: 'CO2浓度(%)' },
|
|
|
- // { label: 'O2浓度(%)' },
|
|
|
- // { label: '压差(kPa)' },
|
|
|
- // { label: '温度(℃)' },
|
|
|
+ { label: 'C2H4浓度(ppm)' },
|
|
|
+ { label: 'C2H2浓度(ppm)' },
|
|
|
+ { label: 'CH4浓度(%)' },
|
|
|
+ { label: 'CO2浓度(%)' },
|
|
|
+ { label: 'O2浓度(%)' },
|
|
|
+ { label: '压差(kPa)' },
|
|
|
+ { label: '温度(℃)' },
|
|
|
];
|
|
|
|
|
|
export const lengendTitleOut = [
|