Skip to content

Commit 863258a

Browse files
Update attributes.js
1 parent 003f52e commit 863258a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/traces/sunburst/attributes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ module.exports = {
7070
editType: 'calc',
7171
role: 'info',
7272
description: [
73-
'Determines counting the number of *leaves* and/or *branches*,',
74-
'when a `values` array is not provided.'
73+
'Determines default for `values` when it is not provided,',
74+
'by inferring a 1 for each of the *leaves* and/or *branches*, otherwise 0.'
7575
].join(' ')
7676
},
7777

0 commit comments

Comments
 (0)