From dbc2f2761a0fa8517007e6be8daa305d5da68bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 25 Mar 2019 17:12:39 +0100 Subject: [PATCH] fix(panels/graph): Default option name for spaceLength was accidentally changed (#16205) --- public/app/plugins/panel/graph/module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/panel/graph/module.ts b/public/app/plugins/panel/graph/module.ts index 3919c4f69a9..9ac148a42cd 100644 --- a/public/app/plugins/panel/graph/module.ts +++ b/public/app/plugins/panel/graph/module.ts @@ -73,7 +73,7 @@ class GraphCtrl extends MetricsPanelCtrl { // length of a dash dashLength: 10, // length of space between two dashes - paceLength: 10, + spaceLength: 10, // show hide points points: false, // point radius in pixels