Setting Up ZK Charts"

From Documentation
Line 20: Line 20:
 
     <dependency>
 
     <dependency>
 
    <groupId>org.zkoss.chart</groupId>
 
    <groupId>org.zkoss.chart</groupId>
    <artifactId>charts</artifactId>
+
    <artifactId>zkcharts</artifactId>
 
    <version>1.0.0-BETA</version>
 
    <version>1.0.0-BETA</version>
 
</dependency>
 
</dependency>

Revision as of 07:57, 11 March 2014


Prerequisites

  • Downloaded ZK 7 from [1].

Installing the Libraries

Depending on your IDE the steps will differ, however the most important part is to include both ZK Charts and ZK’s JAR files in your project. The project should be a ZK Project or a Web Application Project depending on what environment you are using. Then, place the charts jar under WEB-INF/lib folder.

The easiest way to create a compatible project is to use ZK Studio and then include charts.jar as a library

Maven Project

If your project is managed by Maven already, you can adopt ZK Charts easily by simply adding a dependency like the following [1]:

1     <dependency>
2 	    <groupId>org.zkoss.chart</groupId>
3 	    <artifactId>zkcharts</artifactId>
4 	    <version>1.0.0-BETA</version>
5 	</dependency>

  1. If you didn't setup zk maven repository yet, you have to setup zk maven repository as well.

< Get Complete Source Code of This Book >


Last Update : 2014/03/11

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.