Setting Up ZK Charts

From Documentation
Revision as of 15:34, 5 March 2014 by Raymondchao (talk | contribs)


Prerequisites

  • Downloaded ZK 7 from [1].

Installing the Libraries

Depending on your IDE the steps will differ, however the most important part is both ZK Charts and ZK’s JAR files are included 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 Chart easily by simply adding a dependency[1]

Add the following dependency:

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

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

< Get Complete Source Code of This Book >


Last Update : 2014/03/05

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