0👍
you can add a min property like so:
scales: {
x: {
min: _this.startMS
}
}
0👍
Answering my own question – for my purposes, setting min: didn’t work, so instead I’ve disabled the scale and used the annotations plugin to draw my own
Source:stackexchange.com