Skip to content

Commit 1517ece

Browse files
committed
Remove data obj
1 parent 07ea384 commit 1517ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot_api/plot_api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2788,7 +2788,7 @@ function makePlotFramework(gd) {
27882788
.classed('plotly', true);
27892789

27902790
// Make the svg container
2791-
fullLayout._paperdiv = fullLayout._container.selectAll('.svg-container').data([{}]);
2791+
fullLayout._paperdiv = fullLayout._container.selectAll('.svg-container').data([0]);
27922792
fullLayout._paperdiv.enter().append('div')
27932793
.classed('svg-container', true)
27942794
.style('position', 'relative');

0 commit comments

Comments
 (0)