Skip to content

Commit a06fe56

Browse files
committed
interactive plots
1 parent e8d79a7 commit a06fe56

File tree

58 files changed

+7541
-2392
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+7541
-2392
lines changed

_freeze/site_libs/d3-bundle-5.16.0/d3-bundle.min.js

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_freeze/site_libs/d3-lasso-0.0.5/d3-lasso.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_freeze/site_libs/flatbush-4.4.0/flatbush.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_freeze/site_libs/ggiraphjs-0.8.10/ggiraphjs.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_freeze/site_libs/ggiraphjs-0.8.10/ggiraphjs.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
HTMLWidgets.widget({
2+
name: 'girafe',
3+
type: 'output',
4+
factory: ggiraphjs.factory(HTMLWidgets.shinyMode)
5+
});
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
@layer htmltools {
2+
.html-fill-container {
3+
display: flex;
4+
flex-direction: column;
5+
/* Prevent the container from expanding vertically or horizontally beyond its
6+
parent's constraints. */
7+
min-height: 0;
8+
min-width: 0;
9+
}
10+
.html-fill-container > .html-fill-item {
11+
/* Fill items can grow and shrink freely within
12+
available vertical space in fillable container */
13+
flex: 1 1 auto;
14+
min-height: 0;
15+
min-width: 0;
16+
}
17+
.html-fill-container > :not(.html-fill-item) {
18+
/* Prevent shrinking or growing of non-fill items */
19+
flex: 0 0 auto;
20+
}
21+
}

0 commit comments

Comments
 (0)