我一直在試圖阻止點擊事件之後的鼠標懸停及移出的功能,但它不工作: document.querySelectorAll('.box').forEach(function(x){
x.addEventListener("mouseover", function() {
video = this.querySelector('video');
if (video.
我目前正在對類似的圖表任何地方使用this highcharts 從我所觀察到的,column和candlestick圖表只會觸發mouseover當我將鼠標懸停在包裝盒本身,而line或area圖表將讓他們像this 圖表上任何地方,所以我已經嘗試了一些配置,以設法讓column和candlestick有同樣的表現方式line或area,但尚未成功。最後,this is the behaviou