This commit is contained in:
wyw 2024-04-12 11:43:15 +08:00
parent b78e2626fc
commit 2b09f53a0e
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ import React from 'react'
import { connect } from 'dva'
import { initFilter, getCustomParams } from "../../utils/common"
//import loadPage from '../../utils/customConfigwjn'//便捷开发 请勿提交
// import loadPage from '../../utils/customConfig1'
import loadPage from '../../utils/customConfig'
// import loadPage from '../../utils/customConfig'
import loadPage from '../../utils/customConfig1'//便捷开发 请勿提交
class CustomPage extends React.Component {
constructor(props) {

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/>"