Browse Source

解决地图轮播重复问题

zhbyyy 2 years ago
parent
commit
e28a1f2d88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      investment/js/investHome.js

+ 1 - 1
investment/js/investHome.js

@@ -579,7 +579,7 @@ let app = new Vue({
       })
       })
       tools.loopShowTooltip(myChart, option, {
       tools.loopShowTooltip(myChart, option, {
         interval: 2000,
         interval: 2000,
-        loopSeries: true,
+        loopSeries: false,
       });
       });
       myChart.setOption(option)
       myChart.setOption(option)
     },
     },