NAME
Chart::Manual - Chart user manual
SYNOPSIS
Chart is a collection of modules for visualizing numerical data. Its design goals are feature richness, maximal flexibility, and minimal dependencies. It writes PNG and JPG images into files or STDOUT (for web usage).
The early API is mostly borrowed from Martien Verbruggen's GIFgraph module.
TYPES
Example programs with output for each chart type: Chart::Manual::Types
WORKFLOWS
Ways to use Chart, broadly described: Chart::Manual::Workflows
METHODS
Descriptions of all methods geared toward the user: Chart::Manual::Methods
PROPERTIES
The method set
allows to directly change particular chart properties. All of these explained in detail with their acceptable and default values are sorted there by name or topic or type:
COPYRIGHT & LICENSE
Copyright 2022 David Bonner, Herbert Breunung.
This program is free software; you can redistribute it and/or modify it under same terms as Perl itself.
AUTHOR
David Bonner, <chartgrp@web.de>
Herbert Breunung, <lichtkind@cpan.org>