GD::Graph is a *perl5* module to create charts using the GD module. The following classes for graphs with axes are defined: "GD::Graph::lines" Create a line chart. "GD::Graph::bars" and "GD::Graph::hbars" Create a bar chart with vertical or horizonta...
RUZ/GDGraph-1.54 - 21 Nov 2016 12:24:54 UTCThis is a *perl5* module to generate HTML map text for following GD::Graph objects GD::Graph::pie, GD::Graph::bars, GD::Graph::lines, GD::Graph::area, GD::Graph::point and GD::Graph::linespoints. As a result of its work is created HTML code containin...
RA/GDGraph-Map-1.05 - 15 Mar 2001 14:51:06 UTCThis module encapsulates the data structure that is needed for GD::Graph and friends. An object of this class contains a list of X values, and a number of lists of corresponding Y values. This only really makes sense if the Y values are numerical, bu...
RUZ/GDGraph-1.54 - 21 Nov 2016 12:24:54 UTCThis package is a wrapper arround GD to produce polar graphs with an easy interface. I use this package to display GPS satellites on a graph with data from the Net::GPSD3 package....
MRDVT/GD-Graph-Polar-0.17 - 12 Jun 2013 02:05:45 UTCThis class is a parent for all GD::Graph classes, including GD::Graph::Data, and offers error and warning handling and some debugging control. Errors are stored in a lexical hash in this package, so the implementation of the subclass should be irrele...
RUZ/GDGraph-1.54 - 21 Nov 2016 12:24:54 UTCJETTERO/GD-Graph-Hooks-1.0003 - 16 Nov 2015 14:19:34 UTC
This is a wrapper module which is completely identical to creating a GD::Graph::bars object with the "rotate_chart" attribute set to a true value....
RUZ/GDGraph-1.54 - 21 Nov 2016 12:24:54 UTCThe GD::Graph::colour package provides a few routines to work with colours. The functionality of this package is mainly defined by what is needed, now and historically, by the GD::Graph modules....
RUZ/GDGraph-1.54 - 21 Nov 2016 12:24:54 UTCThe primary purpose of this module is to allow a very easy to use, lightweight and fast charting capability for static pages, dynamic pages and CGI scripts, with the chart creation process abstracted and placed on any server. For example, embedding a...
RKITOVER/Apache-GDGraph-0.96 - 09 Apr 2003 17:50:50 UTCA GD::Graph module that can be treated as an "area" graph, but renders splined (smoothed) line graphs. See GD::Graph for more details of how to produce graphs with GD....
LGODDARD/GD-Graph-splined-1.16 - 02 Aug 2006 13:35:25 UTCboxplot is a *perl5* module that uses GD::Graph, GD, and Statistics::Descriptive to create and display PNG output for box and whisker graphs....
GAFFER/GDGraph-boxplot-1.00 - 10 Jul 2001 03:40:24 UTCxylines is a *perl5* module that uses GD::Graph, GD, to create and display PNG output for XY graphs with lines....
GAFFER/GDGraph-XY-0.92 - 26 Dec 2001 21:56:06 UTCOverview Only three methods need to be overridden to create your own GD image of the data. render_year( YEAR ) The years that form the axis of the graph are rendered by render_year( ). A scalar pointing to the data for the year to be rendered is pass...
PETERHI/Graph-Timeline-1.5 - 29 Aug 2009 12:11:48 UTCxypoints is a *perl5* module that uses GD::Graph, GD, to create and display PNG output for XY graphs with points....
GAFFER/GDGraph-XY-0.92 - 26 Dec 2001 21:56:06 UTCThis is a wrapper around GD to place points and lines on a X/Y scatter plot....
MRDVT/GD-Graph-Cartesian-0.11 - 19 May 2014 20:56:43 UTCGD::Graph::histogram extends the GD::Graph module to create histograms. The module allow creation of count or percentage histograms....
WHIZDOG/GDGraph-histogram-1.1 - 22 Mar 2006 20:16:08 UTCThis package is used for creation a smooth area chart....
ANDREI/GD-Graph-smoothlines-1.6 - 26 Mar 2010 12:31:26 UTCGD::Graph::sparklines is a Perl module for creating sparklines using the GD::Graph infrastructure -- if you want a sparkline of your data, you can just replace use GD::Graph::lines; with use GD::Graph::sparklines; and it will "just work", assuming yo...
RJP/GD-Graph-sparklines-0.2 - 29 Sep 2004 23:04:26 UTCWhen deployed in production, the current value ought to be dynamically calculated based on a query of the database tracking contributions or volunteers or whatever the goal represented by the graph represents. my $result = GD::Graph::Thermometer->new...
HESCO/GD-Graph-Thermometer-0.05 - 13 Jan 2007 19:49:23 UTC