Setting Up ZK Charts

From Documentation
Revision as of 03:02, 5 March 2014 by Raymondchao (talk | contribs) (Created page with "There are two ways to install ZK Charts. == To install with maven == Put the dependency setting into pom.xml <source lang="xml" line="false> <dependency> <groupId>org...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

There are two ways to install ZK Charts.


To install with maven

Put the dependency setting into pom.xml

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

To install with jar file

Just place the charts jar under WEB-INF/lib at your web application project's folder