Skip to content

Commit

Permalink
Merge pull request #4115 from plotly/indicator-schema
Browse files Browse the repository at this point in the history
indicator: rename steps' items to `step`
  • Loading branch information
antoinerg committed Aug 8, 2019
2 parents ffa6e34 + 87d1aee commit 5df80e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traces/indicator/attributes.js
Expand Up @@ -92,7 +92,7 @@ var rangeAttr = {
].join(' ')
};

var stepsAttrs = templatedArray('steps', extendDeep({}, gaugeBarAttrs, {
var stepsAttrs = templatedArray('step', extendDeep({}, gaugeBarAttrs, {
range: rangeAttr
}));

Expand Down

0 comments on commit 5df80e7

Please sign in to comment.