unknown 2 жил өмнө
parent
commit
b40f7762b8

+ 4 - 0
investment/js/investHome.js

@@ -535,6 +535,10 @@ let app = new Vue({
           },
         ],
       }
+      myChart.on('click', function(params) {
+        console.log(params)
+        window.open('https://www.baidu.com')
+      })
       myChart.setOption(option)
     },
     initChartTip(){