Skip to content

Commit 97a5d2c

Browse files
committed
update dashboard to align with row layout on launch valuebox tab
1 parent 28b7128 commit 97a5d2c

File tree

2 files changed

+106
-114
lines changed

2 files changed

+106
-114
lines changed

aps-dashboard.qmd

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ format:
77
logo: assets/img/detect-logo.png
88
theme: simplex
99
output-file: index.html
10+
orientation: columns
1011
---
1112

1213
```{r}
@@ -31,7 +32,7 @@ con <- dbConnect(duckdb(), dbdir = DATA, read_only = TRUE)
3132

3233
Dashboard last updated: {{< meta date >}}
3334

34-
# Submission Details
35+
# Submission Details {orientation="rows"}
3536

3637
```{r}
3738
#| label: submission value box data
@@ -384,9 +385,9 @@ list(
384385
)
385386
```
386387

387-
### Launch {orientation="rows"}
388+
### Launch
388389

389-
####
390+
#### Row {height="50%"}
390391

391392
```{r}
392393
#| label: valuebox pre-launch total submissions by randomized clinicians
@@ -416,8 +417,6 @@ list(
416417
)
417418
```
418419

419-
####
420-
421420
```{r}
422421
#| label: valuebox post-launch total submissions by randomized clinicians
423422
#| content: valuebox
@@ -452,7 +451,7 @@ list(
452451
)
453452
```
454453

455-
####
454+
#### Row {height="50%"}
456455

457456
```{r}
458457
#| label: valuebox pre-launch total submissions by randomized clinicians no site champs
@@ -482,8 +481,6 @@ list(
482481
)
483482
```
484483

485-
####
486-
487484
```{r}
488485
#| label: valuebox post-launch total submissions by randomized clinicians no site champs
489486
#| content: valuebox
@@ -1067,7 +1064,7 @@ datatable(
10671064
formatPercentage("perc", 2)
10681065
```
10691066

1070-
# Demographics
1067+
# Demographics {orientation="rows"}
10711068

10721069
## Row {.tabset}
10731070

@@ -1268,7 +1265,7 @@ datatable(hispanic_plot, colnames = c("Number", "Number (%)", "Hispanic")) |>
12681265
formatPercentage("perc", 2)
12691266
```
12701267

1271-
# Clinical
1268+
# Clinical {orientation="rows"}
12721269

12731270
## Row {.tabset}
12741271

0 commit comments

Comments
 (0)