Skip to content

Commit 17164b1

Browse files
remove(getKey): unused in treemap file
1 parent 40c0615 commit 17164b1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/traces/treemap/plot.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,3 @@ module.exports = function _plot(gd, cdmodule, transitionOpts, makeOnCompleteCall
6666
join.exit().remove();
6767
}
6868
};
69-
70-
71-
function getKey(pt) {
72-
return helpers.isHierarchyRoot(pt) ?
73-
'' : // don't use the dummyId
74-
helpers.getPtId(pt);
75-
}

0 commit comments

Comments
 (0)