2015-02-04 3 views
0

제거 할 수있는 옵션이 있습니까 & Highstock의 필터는 무엇입니까? 제거 할 부분을 확인하려면 아래 이미지를 확인하십시오. highstock에서 From 및 To 필터를 제거하는 방법?

enter image description here

범위 선택 옵션은

rangeSelector: { 
    selected: 2, 
    buttons: [ { 
     type: "minute", 
     count: 60, 
     text: "1h" 
    }, { 
     type: 'day', 
     count: 1, 
     text: '1d' 
    }, { 
     type: 'day', 
     count: 30, 
     text: '1m' 
    }, { 
     type: 'day', 
     count: 90, 
     text: '3m' 
    }, { 
     type: 'day', 
     count: 180, 
     text: '6m' 
    }, { 
     type: 'all', 
     text: 'All' 
    }] 
} 

jsfiddle link

답변

관련 문제