@ -133,11 +133,11 @@ function Leftbottom() {
seriesIndex: 0,
dataIndex: currentIndex
});
myChart.dispatchAction({
type: 'showTip',
dataIndex: currentIndex,
// myChart.dispatchAction({
// type: 'showTip',
// seriesIndex: 0,
// dataIndex: currentIndex,
// });
}
const selectPie=() =>{ // 高亮效果切换到下一个图形
var dataLen = safetyOption.series[0].data.length;
@ -174,11 +174,11 @@ function Leftbottom() {
@ -84,7 +84,7 @@ const RNAKS = [FIRST, SECOND, THIRD]
<h2>1234,123</h2>
</div>
<AutoRollComponent content={renderContent()}
containerStyle={{ position: "relative", height: 190, }}
containerStyle={{ position: "relative", height: "65%", }}
divHeight={"100%"} divId={"chart-overview-deviceList"} />
)