ItEr56S14GraficaInferiorPantallaCargaRecursos: Resized legend and chart areas for expanded resourcesload window
This commit is contained in:
parent
7a94a31baa
commit
fe65249c03
3 changed files with 7 additions and 6 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -830,6 +830,10 @@ div.z-grid {
|
|||
margin-right:5px;
|
||||
}
|
||||
|
||||
.resourcesloadlayout .legend-container {
|
||||
width:186px;
|
||||
}
|
||||
|
||||
|
||||
/* Graphical improvements */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue