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 077c0c6 commit ac74cc9Copy full SHA for ac74cc9
plotly_static/src/template.rs
@@ -219,7 +219,7 @@ pub(crate) fn html_body(js_source: &str) -> String {
219
{js_source}
220
</head>
221
<body>
222
- <div id="plotly-html-element" hidden></div>
+ <div id="plotly-html-element" style="position: absolute; left: -9999px; top: -9999px; width: 1200px; height: 900px;"></div>
223
</body>
224
</html>"#
225
);
0 commit comments