JQPlot plugin
Dependency :
compile ":jqplot:0.1"
Summary
Installation
this plugin is installed like all other grails plugins using:grails install-plugin jqplot
Description
This plugin provides an easy way to integrate the jqplot library into your projectAt this point we provide you with 2 simple gsp tags to include the required style sheets and css files into your project.
this includes the main java script file and the css file into your application and doesn't have any arguments. <jqplot:resources/>this tag imports a plugin with the given name into your application. <jqplot:plugin name="pieRenderer"/>you can obtain further documentation and a list of the available plugins on the JQPlot home page.http://www.jqplot.com/