Jozef Kutej > Chart-OFC2-0.03 > Chart::OFC2::HBarValues

Download:
Chart-OFC2-0.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Module Version: 0.01   Source   Latest Release: Chart-OFC2-0.05

NAME ^

Chart::OFC2::HBarValues - OFC2 values for horizontal bar charts object

SYNOPSIS ^

DESCRIPTION ^

PROPERTIES ^

    has 'values' => ( is => 'rw', isa => 'ArrayRef', );

METHODS ^

new()

Object constructor.

_new_from_arrayref ^

Allow object creation by coerce of ArrayRef.

TO_JSON()

Returns ArrayRef that is possible to give to encode_json() function.

NOTE: values are reversed. This is done so that the y_axis-labels> match to the values properly.

AUTHOR ^

Jozef Kutej