|
|
|
@ -20,21 +20,21 @@
|
|
|
|
|
}, |
|
|
|
|
grid: { |
|
|
|
|
y: { |
|
|
|
|
lines: [{value: 30, text:'Lable 30'}, {value: 250, text: 'Lable 250'}] |
|
|
|
|
lines: [{value: 30, text:'Label 30'}, {value: 250, text: 'Label 250'}] |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
setTimeout(function () { |
|
|
|
|
chart.ygrids([{value: 130, text:'Lable 130'}, {value: 50, text: 'Lable 50'}]); |
|
|
|
|
chart.ygrids([{value: 130, text:'Label 130'}, {value: 50, text: 'Label 50'}]); |
|
|
|
|
}, 1000); |
|
|
|
|
|
|
|
|
|
setTimeout(function () { |
|
|
|
|
chart.ygrids([{value: 130, text:'Lable 130', class: 'hoge'}]); |
|
|
|
|
chart.ygrids([{value: 130, text:'Label 130', class: 'hoge'}]); |
|
|
|
|
}, 2000); |
|
|
|
|
|
|
|
|
|
setTimeout(function () { |
|
|
|
|
chart.ygrids.add([{value: 230, text:'Lable 230'}]); |
|
|
|
|
chart.ygrids.add([{value: 230, text:'Label 230'}]); |
|
|
|
|
}, 3000); |
|
|
|
|
|
|
|
|
|
setTimeout(function () { |
|
|
|
|