左边分贝值保留一位小数
冗余代码删除 自动打开配置
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user