Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Here is a starter to use Open Flash Charts and Wicket:

check: http://teethgrinder.co.uk/open-flash-chart-2/Image Removedhttp://code.google.com/p/ofcj/Image Removedhttp://code.google.com/p/swfobject/Image Removed

We need a component for loading SWF objects (this is not specific to Open Flash Charts, it can be used for any swf object).

...

  • You can generate it yourself, and pass the json to the OpenFlashChart constructor that takes an Model<String>
  • or you can use http://code.google.com/p/ofcj/Image Removed and use the constructor that takes an ofc4j.model.Chart

...

...

TODO: compare my version with the one by Ryan McKinley. I think it's pretty much the same.

...