| Chart-OFC2 documentation | view source | Contained in the Chart-OFC2 distribution. |
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
| Chart-OFC2 documentation | view source | Contained in the Chart-OFC2 distribution. |