ItEr29S13CUVistaRecursosTempoEmpresa: Align chart and planner (aprox).

This commit is contained in:
Manuel Rego Casasnovas 2009-10-09 01:31:32 +02:00 committed by Javier Moran Rua
parent 509881a5bf
commit 3c01e0fa29
4 changed files with 10 additions and 11 deletions

View file

@ -65,7 +65,7 @@ planner = self;
</center>
<south height="100px" collapsible="true" splittable="true">
<borderlayout>
<west width="200px" flex="true" collapsible="true"
<west width="284px" flex="true" collapsible="true"
splittable="true">
<vbox pack="center" align="center">
<label value="ResourcesLoadGraph details"

View file

@ -132,14 +132,12 @@
</dependency>
<!-- ZK Timeplot -->
<dependency>
<groupId>org.zkoss.zkforge</groupId>
<groupId>org.zkoss.zkforge.timeline</groupId>
<artifactId>timelinez</artifactId>
<version>1.2_1</version>
</dependency>
<dependency>
<groupId>org.zkoss.zkforge</groupId>
<groupId>org.zkoss.zkforge.timeplot</groupId>
<artifactId>timeplotz</artifactId>
<version>1.0_2</version>
</dependency>
</dependencies>
</project>

View file

@ -357,6 +357,7 @@ public abstract class OrderPlanningModel implements IOrderPlanningModel {
chart.appendChild(plotInfoOrder);
chart.appendChild(plotInfoCompany);
size = size + (16 * 2);
chart.setWidth(size + "px");
chart.setHeight("200px");
}

12
pom.xml
View file

@ -438,15 +438,15 @@
</dependency>
<!-- ZK Timeplot -->
<dependency>
<groupId>org.zkoss.zkforge</groupId>
<artifactId>timelinez</artifactId>
<version>1.2_1</version>
</dependency>
<dependency>
<groupId>org.zkoss.zkforge</groupId>
<groupId>org.zkoss.zkforge.timeplot</groupId>
<artifactId>timeplotz</artifactId>
<version>1.0_2</version>
</dependency>
<dependency>
<groupId>org.zkoss.zkforge.timeline</groupId>
<artifactId>timelinez</artifactId>
<version>1.2_1</version>
</dependency>
</dependencies>
</dependencyManagement>