diff --git a/04.系统编码/Frontend/src/components/MicrowaveRadiation.vue b/04.系统编码/Frontend/src/components/MicrowaveRadiation.vue index 93f6d76..263eed8 100644 --- a/04.系统编码/Frontend/src/components/MicrowaveRadiation.vue +++ b/04.系统编码/Frontend/src/components/MicrowaveRadiation.vue @@ -382,7 +382,7 @@ export default { creates.convectiveIndexProfileTimeChartCAPE = new HighChartCreate('convectiveHighChartCAPE'); creates.convectiveIndexProfileTimeChartCAPE.setChart(); creates.convectiveIndexProfileTimeChartCAPE.setXAxis('时间(时/分)', false); - creates.convectiveIndexProfileTimeChartCAPE.setYAxis('CAPE(J/kg)', 800, 0, 100, 9); + creates.convectiveIndexProfileTimeChartCAPE.setYAxis('CAPE(J/kg)'); creates.convectiveIndexProfileTimeChartCAPE.setLegend(); creates.convectiveIndexProfileTimeChartCAPE.setTooltip('{point.category}, {point.y}(J/kg)'); creates.convectiveIndexProfileTimeChartCAPE.setSeries('CAPE') @@ -393,7 +393,7 @@ export default { creates.convectiveIndexProfileTimeChartCIN = new HighChartCreate('convectiveHighChartCIN'); creates.convectiveIndexProfileTimeChartCIN.setChart(); creates.convectiveIndexProfileTimeChartCIN.setXAxis('时间(时/分)', false); - creates.convectiveIndexProfileTimeChartCIN.setYAxis('CIN(J/kg)', 800, 0, 100, 9); + creates.convectiveIndexProfileTimeChartCIN.setYAxis('CIN(J/kg)'); creates.convectiveIndexProfileTimeChartCIN.setLegend(); creates.convectiveIndexProfileTimeChartCIN.setTooltip('{point.category}, {point.y}(J/kg)'); creates.convectiveIndexProfileTimeChartCIN.setSeries('CIN') @@ -405,7 +405,7 @@ export default { creates.kIndexChart = new HighChartCreate('kIndexChart'); creates.kIndexChart.setChart(); creates.kIndexChart.setXAxis('时间(时/分)', false); - creates.kIndexChart.setYAxis('K(℃)', 40, -40, 10, 9); + creates.kIndexChart.setYAxis('K(℃)'); creates.kIndexChart.setLegend(); creates.kIndexChart.setTooltip('{point.category}, {point.y}(℃)'); creates.kIndexChart.setSeries('K指数') @@ -417,7 +417,7 @@ export default { creates.sandIndex = new HighChartCreate('sandIndexChart'); creates.sandIndex.setChart(); creates.sandIndex.setXAxis('时间(时/分)', false); - creates.sandIndex.setYAxis('SI(℃)', 30, 0, 3, 11); + creates.sandIndex.setYAxis('SI(℃)'); creates.sandIndex.setLegend(); creates.sandIndex.setTooltip('{point.category}, {point.y}(℃)'); creates.sandIndex.setSeries('沙式指数') @@ -429,7 +429,7 @@ export default { creates.airPressure = new HighChartCreate('airPressureChart'); creates.airPressure.setChart(); creates.airPressure.setXAxis('时间(时/分)', false); - creates.airPressure.setYAxis('LCL气压(hPa)', 1000, 300, 100, 8); + creates.airPressure.setYAxis('LCL气压(hPa)'); creates.airPressure.setLegend(); creates.airPressure.setTooltip('{point.category}, {point.y}(hPa)'); creates.airPressure.setSeries('LCL气压') @@ -441,7 +441,7 @@ export default { creates.deltaT = new HighChartCreate('deltaTChart'); creates.deltaT.setChart(); creates.deltaT.setXAxis('时间(时/分)', false); - creates.deltaT.setYAxis('deltaT(℃)', 1000, 300, 100, 8); + creates.deltaT.setYAxis('deltaT(℃)'); creates.deltaT.setLegend(); creates.deltaT.setTooltip('{point.category}, {point.y}(℃)'); creates.deltaT.setSeries('deltaT') @@ -453,7 +453,7 @@ export default { creates.zeroHeight = new HighChartCreate('zeroHeightChart'); creates.zeroHeight.setChart(); creates.zeroHeight.setXAxis('时间(时/分)', false); - creates.zeroHeight.setYAxis('hgt_0(m)', 10, 0, 1, 11); + creates.zeroHeight.setYAxis('hgt_0(m)'); creates.zeroHeight.setLegend(); creates.zeroHeight.setTooltip('{point.category}, {point.y}(m)'); creates.zeroHeight.setSeries('hgt_0') @@ -465,7 +465,7 @@ export default { creates.NegativeTwentyHeight = new HighChartCreate('NegativeTwentyHeightChart'); creates.NegativeTwentyHeight.setChart(); creates.NegativeTwentyHeight.setXAxis('时间(时/分)', false); - creates.NegativeTwentyHeight.setYAxis('hgt_-20(m)', 20, -20, 5, 9); + creates.NegativeTwentyHeight.setYAxis('hgt_-20(m)'); creates.NegativeTwentyHeight.setLegend(); creates.NegativeTwentyHeight.setTooltip('{point.category}, {point.y}(m)'); creates.NegativeTwentyHeight.setSeries('hgt_-20') diff --git a/04.系统编码/Frontend/src/components/RamanLidar.vue b/04.系统编码/Frontend/src/components/RamanLidar.vue index 75a60eb..d51e570 100644 --- a/04.系统编码/Frontend/src/components/RamanLidar.vue +++ b/04.系统编码/Frontend/src/components/RamanLidar.vue @@ -170,7 +170,7 @@