Chart-OFC

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN


  Colors
    Many attributes in different classes expect a color. Colors can be
    provided as an RGB hex string with a leading "#" symbol, or as color
    names. Names are translated into RGB by use of the
    "Graphics::ColorNames" module, using the "X" scheme. See that module's
    docs for more details.

  Opacity
    Several classes accept an opacity value for an attribute. This should be
    a value from 0 (completely transparent) to 100 (completely opaque).

ATTRIBUTES
    This class has a number of attributes which may be passed to the "new()"
    method.

  title
    This is shown as the title of the chart.

    This attribute is optional.

lib/Chart/OFC.pm  view on Meta::CPAN


Many attributes in different classes expect a color. Colors can be
provided as an RGB hex string with a leading "#" symbol, or as color
names. Names are translated into RGB by use of the
C<Graphics::ColorNames> module, using the "X" scheme. See that
module's docs for more details.

=head2 Opacity

Several classes accept an opacity value for an attribute. This should
be a value from 0 (completely transparent) to 100 (completely opaque).

=head1 ATTRIBUTES

This class has a number of attributes which may be passed to the
C<new()> method.

=head2 title

This is shown as the title of the chart.



( run in 0.815 second using v1.01-cache-2.11-cpan-0a6323c29d9 )