Skip to content
hielkehoeve edited this page Apr 22, 2011 · 5 revisions

Welcome to the wiquery-jqplot wiki!

wiquery-jqplot is a project which binds jqplot to an wicket-jquery component. Its purpose is to allows users to programmatically generate a jqplot plot in Java.

In order to use it you need a wicket/wiquery application. Simply add us as a dependency in your pom.xml and you are ready to go!

<groupId>nl.topicus</groupId>
<artifactId>wqplot</artifactId>
<version>0.1-SNAPSHOT</version>
Clone this wiki locally