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

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