From d9e787b36d754306d3a6ce7dc5b569c1fa855253 Mon Sep 17 00:00:00 2001 From: Stephen Papierski Date: Sat, 11 Nov 2023 22:28:03 -0700 Subject: [PATCH] Fix threshold line autoscaling y-axis range --- src/components/PingChart.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/PingChart.vue b/src/components/PingChart.vue index 9f4e89e0b..ee080a4fb 100644 --- a/src/components/PingChart.vue +++ b/src/components/PingChart.vue @@ -184,6 +184,7 @@ export default { borderColor: 'rgba(248,163,6,1.0)', borderWith: 2, borderDash: [1, 3], + adjustScaleRange: false, display: this.threshold !== undefined, } }