Skip to content

Commit

Permalink
Merge pull request #4246 from plotly/nicolaskruchten-patch-2
Browse files Browse the repository at this point in the history
Update indicator description
  • Loading branch information
nicolaskruchten authored Oct 2, 2019
2 parents 22d37ad + dd9f16a commit f69f7c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/traces/indicator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ module.exports = {

meta: {
description: [
'TODO: add description'
'An indicator is used to visualize a single `value` along with some',
'contextual information such as `steps` or a `threshold`, using a',
'combination of three visual elements: a number, a delta, and/or a gauge.',
'Deltas are taken with respect to a `reference`.',
'Gauges can be either angular or bullet (aka linear) gauges.'
].join(' ')
}
};

0 comments on commit f69f7c8

Please sign in to comment.