just put it in the options:
options: {
scales : {
/////// <- this part is for y range, alternatively you could set x range
yAxes: [{
ticks: {
min: -200,
max: 10000
}
}]
///////
}