Changes for version 0.04 - 2008-01-19

  • This release requires Open Flash Chart 1.9.6 in order to function 100% properly. Use it with older versions at your own risk of bugs.
  • OFC 1.9.6 allows commas in text to be escaped so that they do not interfere with the data formatting (which is comma-separated). Chart::OFC now does this escaping.
  • Allow Line datasets to contain undef in the values array. These will simply be skipped in the resulting line. Based on a patch from Brett Gardner.
  • Fixed a doc error that set Dataset was a subclass of a nonexistent class. Reported by Ron Savage. RT #32113.
  • Added Chart::OFC::Dataset::SketchBar to support the new sketch bar style in OFC 1.9.6.

Modules

Generate data files for use with Open Flash Chart
Base class for axis classes
A label for an axis
A set of values to be charted
A dataset represented as 3D bars
A dataset represented as a line with a filled area
A dataset represented as bars
A dataset represented as "fade" bars
A dataset represented as "glass" bars
A dataset represented as a line
A dataset represented as a line with dots for each value
A dataset represented as outlined bars
A dataset represented as "sketch" bars
A grid chart
A pie chart
helper for classes which generate OFC data
type library for Chart::OFC
X axis for grid charts
Y axis for grid charts