Fix threshold line autoscaling y-axis range

This commit is contained in:
Stephen Papierski 2023-11-11 22:28:03 -07:00
parent 2b7f5c571a
commit d9e787b36d
No known key found for this signature in database

View file

@ -184,6 +184,7 @@ export default {
borderColor: 'rgba(248,163,6,1.0)',
borderWith: 2,
borderDash: [1, 3],
adjustScaleRange: false,
display: this.threshold !== undefined,
}
}