Skip to content

Commit ac3c757

Browse files
committed
closes #105
1 parent 6a6d3d5 commit ac3c757

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ If you use `modelStudio`, please cite our [JOSS article](https://joss.theoj.org/
333333

334334
- Theoretical introduction to the plots: [Explanatory Model Analysis: Explore, Explain, and Examine Predictive Models](https://ema.drwhy.ai/)
335335

336-
- Vignettes: [modelStudio - perks and features](https://modelstudio.drwhy.ai/articles/ms-perks-features.html) and [modelStudio - R & Python examples](https://modelstudio.drwhy.ai/articles/ms-r-python-examples.html)
336+
- Vignettes: [perks and features](https://modelstudio.drwhy.ai/articles/ms-perks-features.html), [R & Python examples](https://modelstudio.drwhy.ai/articles/ms-r-python-examples.html), [modelStudio in R Markdown HTML](https://modelstudio.drwhy.ai/articles/ms-rmarkdown.html)
337337

338338
- Changelog: [NEWS](https://modelstudio.drwhy.ai/news/index.html)
339339

vignettes/ms-rmarkdown.Rmd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ vignette: >
1313
<style type="text/css">
1414
.r2d3 {
1515
position: relative !important;
16-
left: -250px !important;
16+
left: -180px !important;
1717
}
1818
</style>
1919

@@ -27,7 +27,6 @@ To properly generate `modelStudio` in R Markdown HTML, add additional CSS into t
2727
One can either make the space wider, e.g.:
2828

2929
```
30-
<!-- STYLES FOR modelStudio -->
3130
<style type="text/css">
3231
3332
.body {
@@ -48,7 +47,7 @@ Or/and move the dashboard to the left, e.g.:
4847
4948
.r2d3 {
5049
position: relative !important;
51-
left: -250px !important;
50+
left: -180px !important;
5251
}
5352
5453
</style>

0 commit comments

Comments
 (0)