Explorar o código

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

Torkel Ödegaard %!s(int64=6) %!d(string=hai) anos
pai
achega
dbc2f2761a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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