Skip to content

Commit 14d2979

Browse files
committed
Removed Plotly's floating toolbar
1 parent 0db0c8a commit 14d2979

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@
209209
page-break-inside: avoid;
210210
}
211211
}
212+
213+
.modebar{
214+
display: none !important;
215+
}
212216
</style>
213217

214218
<body>

web/template.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@
209209
page-break-inside: avoid;
210210
}
211211
}
212+
213+
.modebar{
214+
display: none !important;
215+
}
212216
</style>
213217

214218
<body>

0 commit comments

Comments
 (0)