Grails JavaScript InfoVis Toolkit Plugin
Dependency :
compile ":jit:0.2"
Summary
Installation
To install this plugin type this command from your project's root folder:
grails install-plugin jit
Description
Provides integration with The JavaScript InfoVis Toolkit.
Documentation
The reference documentation of this plugin is available in french and english .A demonstration of the plugin is online on my Grails web application GrailsBox here.Version History
- 0.2 - To avoid display error, JSON data are now loaded after loading the web page (on the onload body's event)
- 0.1.2 - Fixed a bug in the jit:resources tag for the use of Canvas with Internet Explorer
- 0.1.1 - The tag name to include JavaScript InfoVis Toolkit resources is renamed jit:resources
- 0.1 - Initial release