Setting Up ZK Charts"

From Documentation
Line 2: Line 2:
  
 
{{Template:UnderConstruction}}
 
{{Template:UnderConstruction}}
 +
 +
== Prerequisites ==
 +
 +
* Downloaded ZK 7 from [http://www.zkoss.org/download/zk.dsp].
 +
 +
== Installing the Libraries ==
  
 
There are two ways to install ZK Charts.
 
There are two ways to install ZK Charts.
  
 
+
=== To install with maven ===
== To install with maven ==
+
Add the dependency setting to pom.xml, see <ref>[[ZK_Installation_Guide/Setting_up_IDE/Maven/Resolving_ZK_Framework_Artifacts_via_Maven | Resolving ZK Framework Artifacts via Maven ]]</ref> for more information.
Put the dependency setting into pom.xml
 
  
 
<source lang="xml" line="false>
 
<source lang="xml" line="false>
Line 17: Line 22:
 
</source>
 
</source>
  
== To install with jar file ==
+
=== To install with jar file ===
Just place the charts jar under WEB-INF/lib at your web application project's folder
+
Just place the charts jar under WEB-INF/lib at your web application project's folder, see <ref>[[ZK_Installation_Guide/Quick_Start/Create_and_Run_Your_First_ZK_Application_Manually | Create and Run Your First ZK Application Manually]]</ref> for more information.
 +
 
 +
== Reference ==
 +
 
 +
<references/>
  
 
{{ZKChartsEssentialsPageFooter}}
 
{{ZKChartsEssentialsPageFooter}}

Revision as of 15:21, 5 March 2014


WarningTriangle-32x32.png This page is under construction, so we cannot guarantee the accuracy of the content!

Prerequisites

  • Downloaded ZK 7 from [1].

Installing the Libraries

There are two ways to install ZK Charts.

To install with maven

Add the dependency setting to pom.xml, see [1] for more information.

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, see [2] for more information.

Reference

< Get Complete Source Code of This Book >


Last Update : 2014/03/05

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