Google::Chart::Fill - Base Fill Role


Google-Chart documentation  | view source Contained in the Google-Chart distribution.

Index


NAME

Top

Google::Chart::Fill - Base Fill Role

SYNOPSIS

Top

  package NewFillType;
  use Moose;

  with 'Google::Chart::Fill';

  no Moose;

  sub parameter_value { ... }


Google-Chart documentation  | view source Contained in the Google-Chart distribution.