gpt4 book ai didi

highcharts - 高库存线宽

转载 作者:行者123 更新时间:2023-12-04 01:25:24 24 4
gpt4 key购买 nike

我想设置我的图表 lineWidth 但它有一个奇怪的行为。

在鼠标悬停时它变成 lineWidth:2(default),当鼠标移开时它变成我的 lineWidth 设置。

  plotOptions:{
series:{
lineWidth: 5
}
},

有什么问题?

演示: http://jsfiddle.net/bahar_Agi/HePx3/2/
谢谢

最佳答案

就在这里。正如我所说,您可以按照 API 中的描述配置状态。

http://jsfiddle.net/HePx3/4/

    plotOptions: {
series: {
lineWidth: 5,
states: {
hover: {
enabled: true,
lineWidth: 5
}
}
}
}

关于highcharts - 高库存线宽,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15893956/

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