Skip to content

Commit

Permalink
Add CSS style min-width to visualisation <div>
Browse files Browse the repository at this point in the history
This ensures that the graph stops shrinking at a certain point and become scrollable.
  • Loading branch information
Ziip-dev committed Jun 26, 2024
1 parent 185766e commit d321c6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/english/dashboards/serology-statistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The number of SARS-CoV-2 serology tests completed by the SciLifeLab Autoimmunity
</div>

<div class="plot_wrapper mb-3">
<div class="table-responsive">{{< plotly json="https://blobserver.dc.scilifelab.se/blob/weekly_serology_tests.json" height="550px" >}}</div>
<div class="table-responsive" style="min-width: 800px">{{< plotly json="https://blobserver.dc.scilifelab.se/blob/weekly_serology_tests.json" height="550px" >}}</div>
</div>

**Download the data:** [Serology-testing-statistics-dataset-20202021.csv](https://blobserver.dc.scilifelab.se/blob/Serology-testing-statistics-dataset-20202021.csv)
Expand All @@ -69,7 +69,7 @@ The cumulative number of positive, negative, and research & development (R&D) SA
</div>

<div class="plot_wrapper mb-3">
<div class="table-responsive">{{< plotly json="https://blobserver.dc.scilifelab.se/blob/cumulative_serology_tests.json" height="550px" >}}</div>
<div class="table-responsive" style="min-width: 800px">{{< plotly json="https://blobserver.dc.scilifelab.se/blob/cumulative_serology_tests.json" height="550px" >}}</div>
</div>

**Download the data:** [Serology-testing-statistics-dataset-20202021.csv](https://blobserver.dc.scilifelab.se/blob/Serology-testing-statistics-dataset-20202021.csv)
Expand Down
4 changes: 2 additions & 2 deletions content/svenska/dashboards/serology-statistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Antalet SARS-CoV-2 serologitester som SciLifeLab Autoimmunity and Serology Profi
</div>

<div class="plot_wrapper mb-3">
<div class="table-responsive">{{< plotly json="https://blobserver.dc.scilifelab.se/blob/weekly_serology_tests.json" height="550px" >}}</div>
<div class="table-responsive" style="min-width: 800px">{{< plotly json="https://blobserver.dc.scilifelab.se/blob/weekly_serology_tests.json" height="550px" >}}</div>
</div>

**Ladda ner data:** [Serology-testing-statistics-dataset-20202021.csv](https://blobserver.dc.scilifelab.se/blob/Serology-testing-statistics-dataset-20202021.csv)
Expand All @@ -64,7 +64,7 @@ Det kumulativa antalet positiva, negativa och forsknings- och utvecklingstester
</div>

<div class="plot_wrapper mb-3">
<div class="table-responsive">{{< plotly json="https://blobserver.dc.scilifelab.se/blob/cumulative_serology_tests.json" height="550px" >}}</div>
<div class="table-responsive" style="min-width: 800px">{{< plotly json="https://blobserver.dc.scilifelab.se/blob/cumulative_serology_tests.json" height="550px" >}}</div>
</div>

**Ladda ner data:** [Serology-testing-statistics-dataset-20202021.csv](https://blobserver.dc.scilifelab.se/blob/Serology-testing-statistics-dataset-20202021.csv)
Expand Down

0 comments on commit d321c6a

Please sign in to comment.