Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sabrina Krakau <[email protected]>
  • Loading branch information
mirpedrol and skrakau authored Feb 21, 2024
1 parent 7e2e4ae commit 51da46b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,10 @@ <h3 class="mt-5">Total CO<sub>2</sub>e footprint measures</h3>
</div>

<div class="container">
<h2 id="resources" style="padding-top: 80px;">CO2e Footprint Measures</h2>
<h2 id="resources" style="padding-top: 80px;">CO<sub>2</sub>e Footprint Measures</h2>

<div id="co2eplot"></div>
<p>CO2 emission values are depicted on the plot. The proportional values of energy consumption are represented on the right y-axis.</p>
<p>The plot shows the distribution of CO<sub>2</sub>e emissions and corresponding energy consumptions for each workflow process. The values that are displayed when hovering over the plot refer to the CO<sub>2</sub>e emissions.</p>

<div class="container">
<div id="table-container">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ $(function() {
}];

var layout = {
title: 'CO2 emission & energy consumption',
title: 'CO<sub>2</sub> emission & energy consumption',
legend: {x: 1.1},
xaxis: {domain: [0.2, 1]},
yaxis: {title: 'CO2e emission (g)',
Expand Down

0 comments on commit 51da46b

Please sign in to comment.