Fix for 'Wealth Distribution' total percent value
This commit is contained in:
+1
-1
@@ -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
|
||||
Reference in New Issue
Block a user