gpt4 book ai didi

javascript - Highcharts:阻止圆形标记在鼠标悬停时缩小尺寸

转载 作者:行者123 更新时间:2023-11-29 20:10:06 25 4
gpt4 key购买 nike

我正在使用 highcharts 建议的解决方法制作气泡图。 http://highcharts.uservoice.com/forums/55896-general/suggestions/994151-bubble-chart

在为示例气泡图提供的链接中: http://highcharts.com/cases/bubble.htm

如何阻止圆形标记在鼠标悬停时缩小?我希望圆圈保持原样并显示工具提示。

我四处寻找这个,但找不到解决方案。

谢谢。

最佳答案

将悬停选项设置为false

 plotOptions: {
scatter: {
marker: {
radius: 5,
states: {
hover: {
**enabled: false,**
lineColor: 'rgb(100,100,100)'
}
}
},
.....

关于javascript - Highcharts:阻止圆形标记在鼠标悬停时缩小尺寸,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10335095/

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