Skip to content

Commit 13fc94a

Browse files
committed
Comment out stacked bar in one visual
1 parent a7f2822 commit 13fc94a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

app/assets/sass/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
}
8181
}
8282

83+
// alternate to stacked bar?
8384
.app-segmented-cards {
8485
.nhsuk-card__content {
8586
display: flex;

app/views/batches/batch-detail-in-progress.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h1 class="nhsuk-heading-l nhsuk-u-margin-bottom-1">
7272
<div class="nhsuk-grid-column-full">
7373

7474
<h2 class="nhsuk-heading-l">Participant breakdown</h2>
75-
75+
<!--
7676
<figure class="app-chart-bar-segmented-horizontal">
7777
<figcaption class="nhsuk-u-visually-hidden">Participant breakdown by type</figcaption>
7878
@@ -160,7 +160,7 @@ <h2 class="nhsuk-heading-l">Participant breakdown</h2>
160160
</li>
161161
</ul>
162162
</figure>
163-
163+
-->
164164
<ul class="nhsuk-grid-row nhsuk-card-group app-segmented-cards">
165165
<li class="nhsuk-grid-column-one-third nhsuk-card-group__item">
166166
{% call card({

0 commit comments

Comments
 (0)