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 818314a commit d24a510Copy full SHA for d24a510
src/haddock/libs/libplots.py
@@ -983,6 +983,9 @@ def _css_styles_for_report(offline: bool) -> str:
983
tr:nth-child(even) {
984
background-color: #f2f2f2
985
}
986
+ .js-plotly-plot .plotly .modebar svg {
987
+ display: inline;
988
+ }
989
"""
990
css_link = "https://cdn.jsdelivr.net/npm/@i-vresse/haddock3-ui@~0.3.0/dist/index.css"
991
if offline:
@@ -1505,4 +1508,4 @@ def make_traceback_plot(tr_subset, plot_filename):
1505
1508
figure_height=1200,
1506
1509
figure_width=2000
1507
1510
)
- return plot_filename
1511
+ return plot_filename
0 commit comments