ItEr29S13CUVistaRecursosTempoEmpresa: Align chart and planner (aprox).
This commit is contained in:
parent
509881a5bf
commit
3c01e0fa29
4 changed files with 10 additions and 11 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
12
pom.xml
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue