diff --git a/productMods/css/visualization/entitycomparison/layout.css b/productMods/css/visualization/entitycomparison/layout.css index a48a85cb..48741d86 100644 --- a/productMods/css/visualization/entitycomparison/layout.css +++ b/productMods/css/visualization/entitycomparison/layout.css @@ -48,7 +48,7 @@ a.temporalGraphLinks { display: block; height: 150px; text-align: center; - padding-top: 50px; + margin-top: 50px; position: absolute !important; } diff --git a/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonGrantsStandaloneActivator.ftl b/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonGrantsStandaloneActivator.ftl index e997ace9..45d3a554 100644 --- a/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonGrantsStandaloneActivator.ftl +++ b/productMods/templates/freemarker/visualization/entitycomparison/entityComparisonGrantsStandaloneActivator.ftl @@ -200,14 +200,6 @@ var organizationLabel = '${organizationLabel}'; prepareTableForDataTablePagination(jsonData); setEntityLevel(); - /* - calcMinandMaxYears(labelToEntityRecord, year); - yearRange = (year.max - year.min); - - setLineWidthAndTickSize(yearRange, FlotOptions); - setTickSizeOfYAxis(calcMaxOfComparisonParameter(labelToEntityRecord), FlotOptions); - */ - $(".disabled-checkbox-event-receiver").live("click", function () { if ($(this).next().is(':disabled')) { @@ -313,8 +305,9 @@ var organizationLabel = '${organizationLabel}';