|
@ -132,10 +132,7 @@ const binOption = ref({ |
|
|
xAxis: { |
|
|
xAxis: { |
|
|
type: 'category', |
|
|
type: 'category', |
|
|
boundaryGap: false, |
|
|
boundaryGap: false, |
|
|
data: Array.from( |
|
|
|
|
|
Array(Object.keys(echartsStore.binCharts).length), |
|
|
|
|
|
(v, k) => k, |
|
|
|
|
|
), |
|
|
|
|
|
|
|
|
data: echartsStore.abscissaFormater, |
|
|
}, |
|
|
}, |
|
|
yAxis: { |
|
|
yAxis: { |
|
|
type: 'value', |
|
|
type: 'value', |
|
@ -183,7 +180,7 @@ const envir1Option = ref({ |
|
|
xAxis: { |
|
|
xAxis: { |
|
|
type: 'category', |
|
|
type: 'category', |
|
|
boundaryGap: false, |
|
|
boundaryGap: false, |
|
|
data: Object.keys(echartsStore.envir1Charts), |
|
|
|
|
|
|
|
|
data: echartsStore.abscissaFormater, |
|
|
}, |
|
|
}, |
|
|
yAxis: { |
|
|
yAxis: { |
|
|
type: 'value', |
|
|
type: 'value', |
|
@ -231,7 +228,7 @@ const envir2Option = ref({ |
|
|
xAxis: { |
|
|
xAxis: { |
|
|
type: 'category', |
|
|
type: 'category', |
|
|
boundaryGap: false, |
|
|
boundaryGap: false, |
|
|
data: Object.keys(echartsStore.envir2Charts), |
|
|
|
|
|
|
|
|
data: echartsStore.abscissaFormater, |
|
|
}, |
|
|
}, |
|
|
yAxis: { |
|
|
yAxis: { |
|
|
type: 'value', |
|
|
type: 'value', |
|
@ -320,10 +317,7 @@ onMounted(() => { |
|
|
xAxis: { |
|
|
xAxis: { |
|
|
type: 'category', |
|
|
type: 'category', |
|
|
boundaryGap: false, |
|
|
boundaryGap: false, |
|
|
data: Array.from( |
|
|
|
|
|
Array(Object.keys(echartsStore.binCharts).length), |
|
|
|
|
|
(v, k) => k, |
|
|
|
|
|
), |
|
|
|
|
|
|
|
|
data: echartsStore.abscissaFormater, |
|
|
}, |
|
|
}, |
|
|
yAxis: { |
|
|
yAxis: { |
|
|
type: 'value', |
|
|
type: 'value', |
|
@ -371,7 +365,7 @@ onMounted(() => { |
|
|
xAxis: { |
|
|
xAxis: { |
|
|
type: 'category', |
|
|
type: 'category', |
|
|
boundaryGap: false, |
|
|
boundaryGap: false, |
|
|
data: Object.keys(echartsStore.envir1Charts), |
|
|
|
|
|
|
|
|
data: echartsStore.abscissaFormater, |
|
|
}, |
|
|
}, |
|
|
yAxis: { |
|
|
yAxis: { |
|
|
type: 'value', |
|
|
type: 'value', |
|
@ -419,7 +413,7 @@ onMounted(() => { |
|
|
xAxis: { |
|
|
xAxis: { |
|
|
type: 'category', |
|
|
type: 'category', |
|
|
boundaryGap: false, |
|
|
boundaryGap: false, |
|
|
data: Object.keys(echartsStore.envir2Charts), |
|
|
|
|
|
|
|
|
data: echartsStore.abscissaFormater, |
|
|
}, |
|
|
}, |
|
|
yAxis: { |
|
|
yAxis: { |
|
|
type: 'value', |
|
|
type: 'value', |
|
@ -470,10 +464,7 @@ onMounted(() => { |
|
|
xAxis: { |
|
|
xAxis: { |
|
|
type: 'category', |
|
|
type: 'category', |
|
|
boundaryGap: false, |
|
|
boundaryGap: false, |
|
|
data: Array.from( |
|
|
|
|
|
Array(Object.keys(echartsStore.binCharts).length), |
|
|
|
|
|
(v, k) => k, |
|
|
|
|
|
), |
|
|
|
|
|
|
|
|
data: echartsStore.abscissaFormater, |
|
|
}, |
|
|
}, |
|
|
yAxis: { |
|
|
yAxis: { |
|
|
type: 'value', |
|
|
type: 'value', |
|
@ -521,7 +512,7 @@ onMounted(() => { |
|
|
xAxis: { |
|
|
xAxis: { |
|
|
type: 'category', |
|
|
type: 'category', |
|
|
boundaryGap: false, |
|
|
boundaryGap: false, |
|
|
data: Object.keys(echartsStore.envir1Charts), |
|
|
|
|
|
|
|
|
data: echartsStore.abscissaFormater, |
|
|
}, |
|
|
}, |
|
|
yAxis: { |
|
|
yAxis: { |
|
|
type: 'value', |
|
|
type: 'value', |
|
@ -569,7 +560,7 @@ onMounted(() => { |
|
|
xAxis: { |
|
|
xAxis: { |
|
|
type: 'category', |
|
|
type: 'category', |
|
|
boundaryGap: false, |
|
|
boundaryGap: false, |
|
|
data: Object.keys(echartsStore.envir2Charts), |
|
|
|
|
|
|
|
|
data: echartsStore.abscissaFormater, |
|
|
}, |
|
|
}, |
|
|
yAxis: { |
|
|
yAxis: { |
|
|
type: 'value', |
|
|
type: 'value', |
|
|