ItEr56S14GraficaInferiorPantallaCargaRecursos: Resized legend and chart areas for expanded resourcesload window

This commit is contained in:
Lorenzo Tilve 2010-05-13 13:18:10 +02:00 committed by Javier Moran Rua
parent 7a94a31baa
commit fe65249c03
3 changed files with 7 additions and 6 deletions

View file

@ -87,7 +87,7 @@ resourcesLoadPanel = self;
</center>
</borderlayout>
</center>
<south height="170px" collapsible="true" title="Graphics"
<south height="200px" collapsible="true" title="Graphics"
sclass="scheduling-graphics" id="graphics"
onOpen="resourcesLoadPanel.changeChartVisibility(event.open);">
<div id="insertionPointChart" />

View file

@ -425,12 +425,9 @@ public class ResourceLoadController implements Composer {
Tabpanels chartTabpanels = new Tabpanels();
Tabpanel loadChartPannel = new Tabpanel();
// FIXME CSS problem and remove next line
// CompanyPlanningModel.appendLoadChartAndLegend(loadChartPannel,
// buildLoadChart());
loadChartPannel.appendChild(buildLoadChart());
CompanyPlanningModel.appendLoadChartAndLegend(loadChartPannel,
buildLoadChart());
chartTabpanels.appendChild(loadChartPannel);
chartComponent.appendChild(chartTabpanels);
return chartComponent;

View file

@ -830,6 +830,10 @@ div.z-grid {
margin-right:5px;
}
.resourcesloadlayout .legend-container {
width:186px;
}
/* Graphical improvements */