Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5df80e7

Browse files
authored
Merge pull request plotly#4115 from plotly/indicator-schema
indicator: rename steps' items to `step`
2 parents ffa6e34 + 87d1aee commit 5df80e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/indicator/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ var rangeAttr = {
9292
].join(' ')
9393
};
9494

95-
var stepsAttrs = templatedArray('steps', extendDeep({}, gaugeBarAttrs, {
95+
var stepsAttrs = templatedArray('step', extendDeep({}, gaugeBarAttrs, {
9696
range: rangeAttr
9797
}));
9898

0 commit comments

Comments
 (0)