gpt4 book ai didi

javascript - 如何在 Highcharts 中隐藏鼠标悬停时的特定点和标签

转载 作者:行者123 更新时间:2023-11-28 08:52:08 26 4
gpt4 key购买 nike

在此fiddle放置在 highcharts.com 我想当鼠标悬停在当前 yAxis 上时隐藏点,并从 tooltip 中删除 labels,但不删除图表。

下面是带有红线和十字要隐藏的简单图像: Image with things to hide

最佳答案

该问题是由 tooltip.shared 引起的默认为true。来自文档(强调我的):

When the tooltip is shared, the entire plot area will capture mouse movement.

由于您只想捕获单个系列上的鼠标移动,因此我们只需将该值设置为 false 即可解决问题。在您的示例中:

// ... other options
tooltip: {
pointFormat: '<span style="color:{series.color}">{series.name}</span>: <b>{point.y}</b> ({point.change}%)<br/>',
valueDecimals: 2,
shared: false
}

关于javascript - 如何在 Highcharts 中隐藏鼠标悬停时的特定点和标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19008982/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com