Fix for 'Wealth Distribution' total percent value

This commit is contained in:
joeuhren
2019-06-24 19:56:42 -06:00
parent bfb48d8b34
commit 55259c365b
+1 -1
View File
@@ -88,7 +88,7 @@ block content
th
span #{settings.locale.total}
td
td.text-center #{(100 - parseFloat(distd.percent)).toFixed(2)}
td.text-center #{(parseFloat(dista.percent)+parseFloat(distb.percent)+parseFloat(distc.percent)+parseFloat(distd.percent)).toFixed(2)}
center
div#pieChart(style="width:300px;height:305px;margin:0px;")
.row.footer-margin