Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update attributes.js
  • Loading branch information
nicolaskruchten authored Oct 2, 2019
commit 863258ac076b122ff7d2126b18329fd0382661dd
4 changes: 2 additions & 2 deletions src/traces/sunburst/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(' ')
},

Expand Down