package Chart::GGPlot::Backend::Plotly::Geom::Line;

# ABSTRACT: Chart::GGPlot's Plotly implementation for Geom::Line

use Chart::GGPlot::Class;

our $VERSION = '0.0010_01'; # TRIAL VERSION

extends qw(Chart::GGPlot::Backend::Plotly::Geom::Path);

__PACKAGE__->meta->make_immutable;

1;

__END__

=pod

=encoding UTF-8

=head1 NAME

Chart::GGPlot::Backend::Plotly::Geom::Line - Chart::GGPlot's Plotly implementation for Geom::Line

=head1 VERSION

version 0.0010_01

=head1 SEE ALSO

L<Chart::GGPlot::Backend::Plotly::Geom>,
L<Chart::GGPlot::Geom::Line>

=head1 AUTHOR

Stephan Loyd <sloyd@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2019 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.

=cut