Commit dbc2f276 by Torkel Ödegaard Committed by GitHub

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

parent 9655eeda
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment