xq commit:"修改了逆变器历史详情"

This commit is contained in:
2025-07-17 11:30:44 +08:00
parent 8186f91408
commit f66d864eaf

View File

@ -32,7 +32,10 @@ function initChart(a: any, b: any, c: any, d: any, e?: any, f?: any) {
const chart1 = echarts.init(c);
const option = {
tooltip: {
trigger: 'axis'
trigger: 'axis',
valueFormatter: function (value) {
return value + f;
}
},
dataZoom: [
{