NAME
Chart::GGPlot::HasParams - The role for the 'extra_params' thing
VERSION
version 0.002003
DESCRIPTION
CLASS METHODS
extra_params
my $extra_params_names = $obj->extra_params();
Array ref for additional parameters that may be needed. Default is ['na_rm'].
_parameters
This method is called internally by the parameters method of this role. This is for consumers of the role to override the result of parameters if necessary. Default is [].
parameters
parameters($extra=false)
If $extra is true, returns a union of extra_params() and _parameters(). If $extra is false, returns _parameters().
AUTHOR
Stephan Loyd <sloyd@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019-2023 by Stephan Loyd.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.