From 87d1aee7437f80725c090593cf4196ccd7ee53ee Mon Sep 17 00:00:00 2001 From: Antoine Roy-Gobeil Date: Thu, 8 Aug 2019 11:51:36 -0400 Subject: [PATCH] indicator: rename steps' items to `step` --- src/traces/indicator/attributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }));