Chart
NAME
Text::Chart - Produces simple text charts from arrays
SYNOPSIS
use Text::Chart;
say vertical( max => 2, 1, 2, 1, 2)
DESCRIPTION
Text::Chart is a collection of functions that produce text charts. Given an array and, optionally, a max value, produces several types of text charts.
AUTHOR
JJ Merelo <[email protected]>
COPYRIGHT AND LICENSE
Copyright 2016 JJ Merelo
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.