Skip to content

Instantly share code, notes, and snippets.

View aronnoordhoek's full-sized avatar

aronnoordhoek

View GitHub Profile
@p1-rde
p1-rde / plotly.js.fullscreen.option.html
Last active February 25, 2025 23:14
Add fullscreen button to ModBar. This gist provides a fullscreen option to plotly.js. Sometimes when you have too many graphs on a single page you would enjoy watching each one of them on fullscreen.
<head>
<style>
.fullscreen::-webkit-scrollbar {
width: 3px;
}
.fullscreen{
z-index: 2147483647;
width: 100%;