Commit 21718ee9f9590a444fc5c2d6866ec73e1cb86f3c

Authored by Antoine Goutenoir
1 parent b2e0df37
Exists in master

Fix the forlorn units.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
flaskr/templates/estimation.html
... ... @@ -58,7 +58,7 @@
58 58 {% endif %}
59 59  
60 60 <div class="row">
61   - <h4>Total CO<sub>2</sub> footprint (in grams-equivalent) of each city</h4>
  61 + <h4>Total CO<sub>2</sub> footprint (in kilograms-equivalent) of each city</h4>
62 62 <div id="cities_footprints_d3viz" class="plot-container"></div>
63 63 <hr>
64 64 <div id="cities_footprints_d3viz_lollipop" class="plot-container"></div>
... ... @@ -326,7 +326,7 @@ jQuery(document).ready(function($){
326 326 .append('text')
327 327 .attr("transform", "translate("+(-180+width/2.0)+","+(height+111)+")")
328 328 {#.text("CO2 emissions as a function of travelling distance");#}
329   - .text("CO\u2082 emissions equivalent per target city.");
  329 + .text("CO\u2082 emissions equivalent (kg) per target city.");
330 330  
331 331 // Lines
332 332 svg.selectAll("myline")
... ...