Przeglądaj źródła

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

Torkel Ödegaard 6 lat temu
rodzic
commit
dbc2f2761a
1 zmienionych plików z 1 dodań i 1 usunięć
  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
     // length of a dash
     dashLength: 10,
     dashLength: 10,
     // length of space between two dashes
     // length of space between two dashes
-    paceLength: 10,
+    spaceLength: 10,
     // show hide points
     // show hide points
     points: false,
     points: false,
     // point radius in pixels
     // point radius in pixels