Skip to content

Commit 18fab6a

Browse files
committed
unlike Chrome, Safari needs a delay
1 parent ae89af2 commit 18fab6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/parcoords/base_plot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ exports.toSVG = function(gd) {
7171
window.setTimeout(function() {
7272
d3.selectAll('#filterBarPattern')
7373
.attr('id', 'filterBarPattern');
74-
}, 0);
74+
}, 60);
7575
};

0 commit comments

Comments
 (0)