Skip to content

fangly/svg-tt-graph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVG/TT/Graph
============

This set of modules can be used to generate high quality
SVG graphs, bar charts and pie graphs.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:
  DateTime >= 0.1
  HTTP::Date >= 0.1
  Template >= 2.08

Optionally, SVG::TT::Graph can use the following modules:
  Compress::Zlib
  XML::Tidy

CONVERTING TO PNG

Currently if you want to convert the SVG to PNG
I'd suggest using Batik from http://xml.apache.org/,
it is Java, I know there is work going on for the
perl converters, they're just not there yet.

DEVELOPMENT

The repository for the development of SVG::TT::Graph is:
   git://github.com/ranguard/svg-tt-graph.git

COPYRIGHT AND LICENCE

This module is free software; you can redistribute it or 
modify it under the same terms as Perl itself.

Copyright (C) 2003 Leo Lapworth

About

Perl module for creating SVG graphs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%