gpt4 book ai didi

highcharts - 在标记悬停时禁用淡入淡出系列

转载 作者:行者123 更新时间:2023-12-03 15:25:03 26 4
gpt4 key购买 nike

我的图表区域中有多个系列。当我将鼠标悬停在任何系列的标记上时,其他背景系列会褪色并变得更加透明。我正在尝试禁用该功能,并使所有系列始终保持完全不透明。

最佳答案

您需要更改 opacity inactive 的属性(property)状态:

plotOptions: {
series: {
states: {
inactive: {
opacity: 1
}
}
}
}

现场演示: http://jsfiddle.net/BlackLabel/wp46gdf7/

API 引用: https://api.highcharts.com/highcharts/series.column.states.inactive.opacity

关于highcharts - 在标记悬停时禁用淡入淡出系列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55595123/

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