The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Text::Sparkline - Creates text-based sparklines

VERSION

Version 0.1.0

SYNOPSIS

Creates sparklines, mini graphs for use in text programs.

    my @temperatures = ( 75, 78, 80, 74, 79, 77, 80 );
    print Text::Sparkline::sparkline( \@temperatures );

    ▂▅█▁▆▄█

EXPORT

A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module.

SUBROUTINES

sparkline( \@values )

AUTHOR

Andy Lester, <andy at petdance.com>

BUGS

Please report any bugs or feature requests to http://github.com/petdance/text-sparkline/issues.

Note that Text::Sparline does NOT use http://rt.cpan.org for bug tracking.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Text::Sparkline

You can also look for information at:

ACKNOWLEDGEMENTS

This code is adapted from Term::Spark, based on Zach Holman's original spark program.

LICENSE AND COPYRIGHT

This software is Copyright (c) 2021 by Andy Lester.

This is free software, licensed under: The Artistic License 2.0 (GPL Compatible)