
Chart::OFC2::PieValues - OFC2 values for pie charts object



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

Object constructor.

Allow object creation by coerce of ArrayRef.
Returns HashRef that is possible to give to encode_json() function.

Jozef Kutej