Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7bdfbc8

Browse files
committed
fix syntax
1 parent 351f830 commit 7bdfbc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot_api/subroutines.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function lsInner(gd) {
6363
})
6464
.selectAll('.main-svg')
6565
.call(Drawing.setSize, fullLayout.width, fullLayout.height)
66-
.attr('viewbox', '0 0 ' + fullLayout.width + ' ' + fullLayout.height)
66+
.attr('viewbox', '0 0 ' + fullLayout.width + ' ' + fullLayout.height);
6767
gd._context.setBackground(gd, fullLayout.paper_bgcolor);
6868

6969
exports.drawMainTitle(gd);

0 commit comments

Comments
 (0)