This commit is contained in:
X_Rian 2024-06-03 18:03:01 +08:00
parent ffdbcaea6c
commit 1b9b12fdb4
2 changed files with 11 additions and 10 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -496,16 +496,17 @@ function getMessCountEchart() {
if (item.show) { if (item.show) {
return item.name; return item.name;
} }
}) }),
// formatter: function (params: any) { formatter: function (params: any) {
// let val = ""; console.log("333333", messCountType.value.data);
// if (params.length > 4) { let val = "";
// val = params.substr(0, 5) + "..."; if (params.length > 4) {
// return val; val = params.substr(0, 5) + "...";
// } else { return val;
// return params; } else {
// } return params;
// } }
}
}, },
series: [ series: [
// 线 // 线