highstock でどの rangeSelector ボタンが選択されているかを判断する方法を知りたいです。
私の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'
}],
たとえば、1 MONTH である最初の rangeSelector をクリックします。このボタンが選択されているかどうかを知りたいです。
何かイベントはありますか?
ありがとう