Skip to content

Commit aaf33d3

Browse files
committed
remove TODO about rangebreaks - done :)
1 parent f78b46e commit aaf33d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plots/cartesian/constraints.js

-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ exports.handleDefaults = function(layoutIn, layoutOut, opts) {
168168
if(val !== null) {
169169
for(axId in group) {
170170
axOut = layoutOut[id2name(axId)];
171-
// TODO: do we also need to (deep) copy rangebreaks?
172171
axOut[attr] = attr === 'range' ? val.slice() : val;
173172

174173
if(attr === 'rangebreaks') {

0 commit comments

Comments
 (0)