浏览代码

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

Torkel Ödegaard 6 年之前
父节点
当前提交
dbc2f2761a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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