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 78e4612 commit c500425Copy full SHA for c500425
inst/htmlwidgets/lib/plotlyjs/plotly-htmlwidgets.css
@@ -0,0 +1,9 @@
1
+/*
2
+just here so that plotly works
3
+correctly with ioslides.
4
+see https://github.com/ropensci/plotly/issues/463
5
+*/
6
+
7
+slide:not(.current) .plotly.html-widget{
8
+ display: none;
9
+}
inst/htmlwidgets/plotly.yaml
@@ -3,3 +3,4 @@ dependencies:
version: 1.6.1
src: "htmlwidgets/lib/plotlyjs"
script: plotly-latest.min.js
+ stylesheet: plotly-htmlwidgets.css
0 commit comments