diff --git a/src/traces/indicator/attributes.js b/src/traces/indicator/attributes.js index 6faf6d2683a..14272df425e 100644 --- a/src/traces/indicator/attributes.js +++ b/src/traces/indicator/attributes.js @@ -92,7 +92,7 @@ var rangeAttr = { ].join(' ') }; -var stepsAttrs = templatedArray('steps', extendDeep({}, gaugeBarAttrs, { +var stepsAttrs = templatedArray('step', extendDeep({}, gaugeBarAttrs, { range: rangeAttr }));