gpt4 book ai didi

jquery - Highstocks - 如何更改默认缩放

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

这个问题是由数小时谷歌搜索 highstocks、zoom、extremes、ranges 以及所有其他可能的单词变体产生的,所有这些都会导致高图表答案的自定义函数出现一些变化。

有没有一种方法可以在 HighStocks(不是 HighCharts)中简单地将默认缩放更改为 1 个月而不是 3 个月,而无需编写函数来计算它会发生什么是?

enter image description here

最佳答案

您可以通过以下代码更改它:

new Highcharts.StockChart({
.
.
.
rangeSelector: {
selected: 0
}
});

您可以看一下以下示例:http://jsfiddle.net/QnvrR/ .

默认按钮是:

buttons: [{
type: 'month',
count: 1,
text: '1m'
}, {
type: 'month',
count: 3,
text: '3m'
}, {
type: 'month',
count: 6,
text: '6m'
}, {
type: 'ytd',
text: 'YTD'
}, {
type: 'year',
count: 1,
text: '1y'
}, {
type: 'all',
text: 'All'
}]

因此,您必须根据需要更改所选的数量。

引用

关于jquery - Highstocks - 如何更改默认缩放,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11107752/

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