We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003f52e commit fc198f9Copy full SHA for fc198f9
src/traces/indicator/index.js
@@ -24,7 +24,11 @@ module.exports = {
24
25
meta: {
26
description: [
27
- 'TODO: add description'
+ 'An indicator is used to visualize single a `value` along with some',
28
+ 'contextual information such as `steps` or a `threshold`, using a',
29
+ 'combination of three visual elements: a number, a delta, and/or a gauge.',
30
+ 'Deltas are taken with respect to a `reference`.',
31
+ 'Gauges can be either angular or bullet (aka linear) gauges.'
32
].join(' ')
33
}
34
};
0 commit comments