- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
通过 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/
我是一名优秀的程序员,十分优秀!