Skip to content

Commit

Permalink
Merge pull request #4245 from plotly/nicolaskruchten-patch-1
Browse files Browse the repository at this point in the history
Update attributes.js
  • Loading branch information
nicolaskruchten authored Oct 2, 2019
2 parents 003f52e + 863258a commit 22d37ad
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 22d37ad

Please sign in to comment.