diff --git a/web/client/src/sections/quanju/containers/footer/build/Leftbottom.js b/web/client/src/sections/quanju/containers/footer/build/Leftbottom.js index 9130ae70..6dc759b2 100644 --- a/web/client/src/sections/quanju/containers/footer/build/Leftbottom.js +++ b/web/client/src/sections/quanju/containers/footer/build/Leftbottom.js @@ -133,11 +133,11 @@ function Leftbottom() { seriesIndex: 0, dataIndex: currentIndex }); - myChart.dispatchAction({ - type: 'showTip', - seriesIndex: 0, - dataIndex: currentIndex, - }); + // myChart.dispatchAction({ + // type: 'showTip', + // seriesIndex: 0, + // dataIndex: currentIndex, + // }); } const selectPie=() =>{ // 高亮效果切换到下一个图形 var dataLen = safetyOption.series[0].data.length; diff --git a/web/client/src/sections/quanju/containers/footer/build/Rightbottom.js b/web/client/src/sections/quanju/containers/footer/build/Rightbottom.js index 9cb9151c..2f111224 100644 --- a/web/client/src/sections/quanju/containers/footer/build/Rightbottom.js +++ b/web/client/src/sections/quanju/containers/footer/build/Rightbottom.js @@ -174,11 +174,11 @@ function Leftbottom() { seriesIndex: 0, dataIndex: currentIndex }); - myChart.dispatchAction({ - type: 'showTip', - seriesIndex: 0, - dataIndex: currentIndex, - }); + // myChart.dispatchAction({ + // type: 'showTip', + // seriesIndex: 0, + // dataIndex: currentIndex, + // }); } const selectPie=() =>{ // 高亮效果切换到下一个图形 var dataLen = safetyOption.series[0].data.length; diff --git a/web/client/src/sections/quanju/containers/footer/build/Rightcenter.js b/web/client/src/sections/quanju/containers/footer/build/Rightcenter.js index 9f9948cb..0c716667 100644 --- a/web/client/src/sections/quanju/containers/footer/build/Rightcenter.js +++ b/web/client/src/sections/quanju/containers/footer/build/Rightcenter.js @@ -84,7 +84,7 @@ const RNAKS = [FIRST, SECOND, THIRD]