blob: 7ba7ef8388504320886ef7e4589a615ee748812c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
GD::Graph is a perl5 module to create charts using the GD
module.
`GD::Graph::lines'
Create a line chart.
`GD::Graph::bars'
Create a bar chart.
`GD::Graph::points'
Create an chart, displaying the data as points.
`GD::Graph::linespoints'
Combination of lines and points.
`GD::Graph::area'
Create a graph, representing the data as areas under a
line.
`GD::Graph::mixed'
Create a mixed type graph, any combination of the above.
`GD::Graph::pie'
Create a pie chart.
|