Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351f830 commit 7bdfbc8Copy full SHA for 7bdfbc8
src/plot_api/subroutines.js
@@ -63,7 +63,7 @@ function lsInner(gd) {
63
})
64
.selectAll('.main-svg')
65
.call(Drawing.setSize, fullLayout.width, fullLayout.height)
66
- .attr('viewbox', '0 0 ' + fullLayout.width + ' ' + fullLayout.height)
+ .attr('viewbox', '0 0 ' + fullLayout.width + ' ' + fullLayout.height);
67
gd._context.setBackground(gd, fullLayout.paper_bgcolor);
68
69
exports.drawMainTitle(gd);
0 commit comments