This commit is contained in:
wyw 2024-04-12 11:50:21 +08:00
parent 2b09f53a0e
commit 145e41179d

View File

@ -360,7 +360,7 @@ class BI056Performance extends React.Component {
debugger
var tooltipShow = ''
if (value.length > 0) {
// tooltipShow += value[0].axisValueLabel + '<br/>'
tooltipShow += value[0].axisValueLabel + '<br/>'
for (var i = 0; i < value.length; i++) {
if (value[i].componentSubType == "bar") {
tooltipShow += value[i].marker + value[i].seriesName + ":" + value[i].value + "<br/>"