From 863258ac076b122ff7d2126b18329fd0382661dd Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Wed, 2 Oct 2019 09:39:19 -0400 Subject: [PATCH] Update attributes.js --- src/traces/sunburst/attributes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/traces/sunburst/attributes.js b/src/traces/sunburst/attributes.js index 2a3d60c2c71..fd264a9e7d2 100644 --- a/src/traces/sunburst/attributes.js +++ b/src/traces/sunburst/attributes.js @@ -70,8 +70,8 @@ module.exports = { editType: 'calc', role: 'info', description: [ - 'Determines counting the number of *leaves* and/or *branches*,', - 'when a `values` array is not provided.' + 'Determines default for `values` when it is not provided,', + 'by inferring a 1 for each of the *leaves* and/or *branches*, otherwise 0.' ].join(' ') },