The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.08 - 2008-09-01

  • Updates to work with the latest Moose and MooseX modules.
  • Chart::OFC::Pie now accepts a label_style attribute instead of label_color. Based on a patch by Josh McAdams.
  • Chart::OFC::Area was reversing opacity and color in its output. Patch by Josh McAdams.
  • Added Chart::OFC::Dataset::Scatter. Mostly based on a patch by Josh McAdams.
  • Added Chart::OFC::Dataset::HighLowClose. Mostly based on a patch by Josh McAdams.
  • Added Chart::OFC::Dataset::Candle. Mostly based on a patch by Josh McAdams.

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 a candle for each value
A dataset represented as "fade" bars
A dataset represented as "glass" bars
A dataset represented as an hlc line for each value
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 a scatter plot point for each value
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