bug with width fixed
This commit is contained in:
parent
c27f567f3a
commit
a689fe8e74
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@
|
|||
{% endblock report_summary_footnote %}
|
||||
</div>
|
||||
<p id="section1">* The results are based on the parameters and assumptions published in the CERN Open Report <a href="https://cds.cern.ch/record/2756083"> CERN-OPEN-2021-004</a>.</p>
|
||||
<svg id="result_plot" width="900" height="400"></svg>
|
||||
<svg id="result_plot" width="1000" height="400"></svg>
|
||||
<script type="application/javascript">
|
||||
var times = {{ times | JSONify }}
|
||||
var concentrations = {{ concentrations | JSONify }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue