From 145e41179db4932b82ebb13fecd3ac20612423ac Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Fri, 12 Apr 2024 11:50:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=952?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomPages/BI/BI056Performance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CustomPages/BI/BI056Performance.js b/src/components/CustomPages/BI/BI056Performance.js index 2a65ca6..30859a3 100644 --- a/src/components/CustomPages/BI/BI056Performance.js +++ b/src/components/CustomPages/BI/BI056Performance.js @@ -360,7 +360,7 @@ class BI056Performance extends React.Component { debugger var tooltipShow = '' if (value.length > 0) { - // tooltipShow += value[0].axisValueLabel + '
' + tooltipShow += value[0].axisValueLabel + '
' for (var i = 0; i < value.length; i++) { if (value[i].componentSubType == "bar") { tooltipShow += value[i].marker + value[i].seriesName + ":" + value[i].value + "
"