我想知道如何确定在 highstock 中选择了哪个 rangeSelector 按钮。
我的范围选择器按钮:
buttons: [{
type: 'month',
count: 1,
text: '1 MONTH',
}, {
type: 'month',
count: 3,
text: '3 MONTH'
}, {
type: 'month',
count: 6,
text: '6 MONTH'
}, {
type: 'ytd',
text: 'YTD'
}, {
type: 'year',
count: 1,
text: '1 YEAR'
}, {
type: 'all',
text: 'ALL'
}],
例如我点击我的第一个 rangeSelector 是 1 个月。我想知道这个按钮是否被选中。
有什么活动吗?
谢谢