delete the YTD button form highstock plugin

This commit is contained in:
Li Jianxuan 2013-06-03 16:54:45 +00:00
parent b15e1b59b6
commit 3409a60d43
1 changed files with 177 additions and 157 deletions

View File

@ -73,7 +73,27 @@ function drawchart(type,range,data,title) {
'rangeSelector' :{ 'rangeSelector' :{
'enabled' : true, 'enabled' : true,
'selected' : range 'selected' : range,
buttons: [{
type: 'month',
count: 1,
text: '1m'
}, {
type: 'month',
count: 3,
text: '3m'
}, {
type: 'month',
count: 6,
text: '6m'
}, {
type: 'year',
count: 1,
text: '1y'
}, {
type: 'all',
text: 'All'
}]
}, },
'credits':{ 'credits':{