Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The following page has been changed by DavorHrg:
http://wiki.apache.org/tapestry/Tapestry5HowToCreateASimpleGraphComponent

------------------------------------------------------------------------------
- This is an example of a simple Pie chart component(tested with 5.0.5) using 
JFreeChart.
+ This is an example of a simple Pie chart component(tested with 5.0.5) using 
J!FreeChart.[[BR]]
+ (This is similar to ["Tapestry5HowToCreatePieChartsInAPage"]) 
  
  To use it, add this to your page template:
  {{{
@@ -143, +144 @@

  
  This component has a limited usability since all data is sent via URL, 
  and chart options are hardcoded. A better solution would be a component
- that takes a !JFreeChart object as parameter and persits it for later 
viewing...
+ that takes a J!FreeChart object as parameter and persits it for later 
viewing...
  
  If you have more than few similar charts with not too much data, using 
modified
  version of this component can be a good enough solution.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to