gpt4 book ai didi

javascript - Highcharts - 散点图标记悬停状态持续时间过长

转载 作者:行者123 更新时间:2023-11-30 13:28:55 25 4
gpt4 key购买 nike

通过 HighCharts API 寻找一种方法来在您从标记点上取消悬停时关闭悬停效果。目前在我的程序中,HighCharts 实际上会保持选中标记,即使我离开该点也是如此。这种方法的问题是有时悬停时显示的工具提示实际上会挡住我想悬停的点(所以我不能悬停在该点上,直到悬停效果消失)。

只有当我完全移出图表或将鼠标悬停在不同的标记点上时,悬停效果才会消失。

有人知道如何实现这个吗?


编辑** https://github.com/highslide-software/highcharts.com/issues/397显然这是一个错误。

最佳答案

tooltop 隐藏其他点的问题是一个错误,但是从 2.0 版开始,有一个选项可以阻止 tooltips 在鼠标离开它们时保持打开状态:

plotOptions: {
series: {
stickyTracking: {
enabled: false
}
}
}

http://www.highcharts.com/ref/#plotOptions-series--stickyTracking

When true, the mouseOut event on a series isn't triggered until the mouse moves over another series, or out of the plot area. When false, the mouseOut event on a series is triggered when the mouse leaves the area around the series' graph or markers. This also implies the tooltip. When stickyTracking is false, the tooltip will be hidden when moving the mouse between series. Defaults to true.

关于javascript - Highcharts - 散点图标记悬停状态持续时间过长,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7473455/

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