Setting Up ZK Charts

From Documentation


Prerequisites

  • Downloaded ZK 7.0.1 version or later from [1].
  • Downloaded ZK Charts 1.0.0 BETA from [2].

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/31

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