From 21718ee9f9590a444fc5c2d6866ec73e1cb86f3c Mon Sep 17 00:00:00 2001 From: Antoine Goutenoir Date: Fri, 1 Nov 2019 05:04:51 +0100 Subject: [PATCH] Fix the forlorn units. --- flaskr/templates/estimation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flaskr/templates/estimation.html b/flaskr/templates/estimation.html index 35aca83..a3373f1 100644 --- a/flaskr/templates/estimation.html +++ b/flaskr/templates/estimation.html @@ -58,7 +58,7 @@ {% endif %}
-

Total CO2 footprint (in grams-equivalent) of each city

+

Total CO2 footprint (in kilograms-equivalent) of each city


@@ -326,7 +326,7 @@ jQuery(document).ready(function($){ .append('text') .attr("transform", "translate("+(-180+width/2.0)+","+(height+111)+")") {#.text("CO2 emissions as a function of travelling distance");#} - .text("CO\u2082 emissions equivalent per target city."); + .text("CO\u2082 emissions equivalent (kg) per target city."); // Lines svg.selectAll("myline") -- libgit2 0.21.2