bug with width fixed

This commit is contained in:
Luis Aleixo 2021-09-07 17:06:41 +02:00
parent c27f567f3a
commit a689fe8e74

View file

@ -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 }}