diff --git a/src/views/sound/function/statistic/compare.vue b/src/views/sound/function/statistic/compare.vue deleted file mode 100644 index 174485f..0000000 --- a/src/views/sound/function/statistic/compare.vue +++ /dev/null @@ -1,502 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/sound/function/statistic/leq-compare.vue b/src/views/sound/function/statistic/leq-compare.vue deleted file mode 100644 index e5ad4b0..0000000 --- a/src/views/sound/function/statistic/leq-compare.vue +++ /dev/null @@ -1,102 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/sound/road/trend/index.vue b/src/views/sound/road/trend/index.vue index 6c62932..aa8e7bc 100644 --- a/src/views/sound/road/trend/index.vue +++ b/src/views/sound/road/trend/index.vue @@ -124,6 +124,9 @@ }) }, initChart() { + this.trendData.yAxis[0].axisLabel = { + formatter: function (value) { return value.toFixed(1);} + }; echarts.init(document.getElementById("chartColumn")).dispose(); this.chartColumn = markRaw(echarts.init(document.getElementById('chartColumn'))) this.chartColumn.setOption({ diff --git a/vue.config.js b/vue.config.js index 3764250..6147bf0 100644 --- a/vue.config.js +++ b/vue.config.js @@ -23,5 +23,12 @@ module.exports = { } } } + }, + devServer: { + open: true, + overlay: { + warnings: true, + errors: true + } } }