Commit 0060eec9 authored by Tania Gómez's avatar Tania Gómez

load donut chart and modified color series on combined graph

parent a5059f74
......@@ -107,12 +107,14 @@
</div>
</div>
<div class="col-6">
<div class="row h-100">
<div id="perimeter-graph"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="page-footer py-2">
<div class="container-fluid text-center">
......@@ -184,11 +186,11 @@
let script1 = document.createElement('script');
let script2 = document.createElement('script');
let script3 = document.createElement('script');
script1.src="../js/centropais_functions.js";
script1.src = "../js/centropais_functions.js";
body.appendChild(script1);
script2.src="../js/centropais_basemap.js";
script2.src = "../js/centropais_basemap.js";
body.appendChild(script2);
script3.src="../js/centropais_charts.js";
script3.src = "../js/centropais_charts.js";
body.appendChild(script3);
});
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment