There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Chart::OFC2::BarLineBase - OFC2 Bar and Line chart base module

SYNOPSIS

use Moose;
extends 'Chart::OFC2::BarLineBase';

DESCRIPTION

PROPERTIES

has 'colour'    => (is => 'rw', isa => 'Str', );
has 'text'      => (is => 'rw', isa => 'Str', );
has 'font_size' => (is => 'rw', isa => 'Int', );

AUTHOR

Jozef Kutej