测试1
This commit is contained in:
parent
b78e2626fc
commit
2b09f53a0e
@ -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) {
|
||||
|
||||
@ -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/>"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user