JFreeChart Eastwood Plugin

Last updated by tomnelson 10 months ago

JFreeChart Eastwood Chart Plugin

This is a plugin for JFreeChart Eastwood Chart Servlet.

Eastwood Chart features:

  • Emulates Google Chart using JFreeChart
  • Simple and easy usage using API that's similar to Google Chart
  • Supports pie charts, bar charts, line charts and scatter plots
  • To see what you can, see http://code.google.com/apis/chart/
  • More info go http://www.jfree.org/eastwood/
  • To use the plugin you will need the latest version of the Google Charts plugin which 0.5.0 (the current version in the repository is 0.4.8) To install it run
grails install-plugin http://svn.codehaus.org/grails-plugins/grails-google-chart/trunk/grails-google-chart-0.5.0.zip
  • use the namespace chart to use eastwood charts in grails .gsp pages
  • to use google charts once the google chart plugin is installed you need to use the namespace gchart.

Sample

Go here for some sample charts created with Eastwood http://www.jfree.org/eastwood/samples.html

Setup

To install

grails install-plugin eastwood-chart
After install test out the charts by going to this page:
http://localhost:8080/app/plugins/eastwood-chart-<version>/test.gsp