Skip to content

Commit

Permalink
fix(treemap): add missing default colorBy
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte authored and Raphaël Benitte committed Apr 17, 2019
1 parent 3bdc783 commit ba91da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/treemap/src/props.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const commonDefaultProps = {
leavesOnly: false,

colors: { scheme: 'nivo' },
colorIdentity: 'depth',
colorBy: 'depth',

enableLabel: true,
label: 'id',
Expand Down

0 comments on commit ba91da5

Please sign in to comment.