NDD-60
This commit is contained in:
@@ -100,7 +100,7 @@ ViewDashboardPresenter.prototype.dashboardIndicatorsViewModel = function(data) {
|
||||
//to be sure that percentages sum up to 100 (the rounding will lost decimals)%
|
||||
newObject.percentageOnTime = 100 - newObject.percentageOverdue - newObject.percentageAtRisk;
|
||||
newObject.overdueVisibility = (newObject.percentageOverdue > 0)? "visible" : "hidden";
|
||||
newObject.atRiskVisiblity = (newObject.percentageAtRisk > 0)? "visible" : "hidden";
|
||||
newObject.atRiskVisibility = (newObject.percentageAtRisk > 0)? "visible" : "hidden";
|
||||
newObject.onTimeVisibility = (newObject.percentageOnTime > 0)? "visible" : "hidden";
|
||||
returnList.push(newObject);
|
||||
i++;
|
||||
@@ -174,7 +174,7 @@ ViewDashboardPresenter.prototype.peiViewModel = function(data) {
|
||||
var retval = {};
|
||||
retval = data;
|
||||
|
||||
this.makeShortLabel(graphData, 12);
|
||||
this.makeShortLabel(graphData, 10);
|
||||
retval.dataToDraw = this.adaptGraphData(graphData);
|
||||
|
||||
//TODO aumentar el símbolo de moneda $
|
||||
|
||||
@@ -39,8 +39,7 @@
|
||||
.status-indicator-low,
|
||||
.status-indicator-medium,
|
||||
.status-indicator-high {
|
||||
padding:0px;
|
||||
padding-top:30px;
|
||||
padding:30px 0px 0px 0;
|
||||
color:#444;
|
||||
float:left;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user