ga update
This commit is contained in:
@@ -17,7 +17,7 @@ $(document).ready(function() {
|
||||
$('#compareButton').click(function(){
|
||||
$('#comparisonBreadcrumb').find('li').remove()
|
||||
$('#comparisonBreadcrumb')
|
||||
.append ('<li><a class="bread-back-selector2" href="#"><i class="fa fa-chevron-left fa-fw"></i>Return to Indicator View</a>');
|
||||
.append ('<li><a class="bread-back-selector2" href="#"><i class="fa fa-chevron-left fa-fw"></i>Return to the Indicator\'s View</a>');
|
||||
tsPresenter.historicData(
|
||||
$('#indicatorList').val(),
|
||||
$('#periodicityList').val(),
|
||||
@@ -63,7 +63,6 @@ $(document).ready(function() {
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
var bindTimeSeriesLists = function (presenter, elementsToConserve) {
|
||||
var conserveStates =[];
|
||||
|
||||
|
||||
@@ -219,7 +219,6 @@ ViewDashboardPresenter.prototype.setStatusButtonWidthsAndDisplayValues = functio
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
var widthToDivide = 100 - barsLessThanMin.length * minPercent;
|
||||
var normalsSum = 0;
|
||||
$.each (barsNormal, function() {
|
||||
|
||||
@@ -869,6 +869,7 @@ var fillGeneralIndicatorFirstView = function (presenterData) {
|
||||
area: {visible: false, css:"area"},
|
||||
axisX:{ showAxis: true, label: G_STRING.ID_PROCESS_TASKS },
|
||||
axisY:{ showAxis: true, label: G_STRING.ID_TIME_HOURS },
|
||||
marker:{ratio:5, css: "line-chart-point"},
|
||||
showErrorBars: false
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user