我的图表区域有多个系列。当我将鼠标悬停在任何一个系列的标记上时,其他背景系列的颜色就会淡化并变得更加透明。我正在尝试禁用该功能,并使所有系列始终处于完全不透明状态。
ppo*_*zek 10
You need to change the opacity property for a inactive state:
plotOptions: {
series: {
states: {
inactive: {
opacity: 1
}
}
}
}
Run Code Online (Sandbox Code Playgroud)
Live demo: http://jsfiddle.net/BlackLabel/wp46gdf7/
API Reference: https://api.highcharts.com/highcharts/series.column.states.inactive.opacity
| 归档时间: |
|
| 查看次数: |
724 次 |
| 最近记录: |