| Google-Chart documentation | view source | Contained in the Google-Chart distribution. |
Google::Chart::Fill - Base Fill Role
package NewFillType;
use Moose;
with 'Google::Chart::Fill';
no Moose;
sub parameter_value { ... }
| Google-Chart documentation | view source | Contained in the Google-Chart distribution. |