From fc198f9bed2d2d71e7cbb1d7bdc450d4fd1f3820 Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Wed, 2 Oct 2019 09:45:57 -0400 Subject: [PATCH 1/2] Update indicator description --- src/traces/indicator/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/traces/indicator/index.js b/src/traces/indicator/index.js index 24e93101bf3..bdce99767a4 100644 --- a/src/traces/indicator/index.js +++ b/src/traces/indicator/index.js @@ -24,7 +24,11 @@ module.exports = { meta: { description: [ - 'TODO: add description' + 'An indicator is used to visualize single a `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(' ') } }; From dd9f16a3c6d219cb642b9e7e419b8eb45fb752b4 Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Wed, 2 Oct 2019 13:41:50 -0400 Subject: [PATCH 2/2] Update index.js --- src/traces/indicator/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/traces/indicator/index.js b/src/traces/indicator/index.js index bdce99767a4..b27f22c0d64 100644 --- a/src/traces/indicator/index.js +++ b/src/traces/indicator/index.js @@ -24,7 +24,7 @@ module.exports = { meta: { description: [ - 'An indicator is used to visualize single a `value` along with some', + '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`.',