Browse Source

fix(panels/graph): Default option name for spaceLength was accidentally changed (#16205)

Torkel Ödegaard 6 years ago
parent
commit
dbc2f2761a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/plugins/panel/graph/module.ts

+ 1 - 1
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