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



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

Object constructor.

Allow object creation by coerce of ArrayRef.
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.

Jozef Kutej