-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changes
66 lines (41 loc) · 1.93 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
_______________________________________________________________________________
2009-08-15 Release 1.02
Gisle Aas (2):
Preserve earlier chxr parameter
Show example with 2 different datasets of different ranges
_______________________________________________________________________________
2009-06-11 Release 1.01
Doc tweak; regenerate the README file
_______________________________________________________________________________
2009-06-11 Release 1.00
Gisle Aas (10):
Try string compare to figure out we have a round number
Automatically calculate range for stacked bars
range_show => "bottom" worked like "left"
The %stacked should really be a property of the range
Rename $g as $r to match the 'group' to 'range' renaming
Make it a regression test (do we generate the same example.html each time)
Trivial doc tweak
Autoselect the encoding to use
Fixed range brokenness for stacked bars
Fix typos in the synopis example; show ranges
_______________________________________________________________________________
2009-04-05 Release 0.04
The handling of some of the parameters were unreliable as it depended on the
perl hash key ordering.
Move the 'chd' parameter last so it gets out of the way
_______________________________________________________________________________
2009-03-30 Release 0.03
Added the options 'label', 'rotate', 'background', 'range_round' and
'range_show'.
Handle bar chars zero line automatically.
More color aliases.
Improved documentation.
_______________________________________________________________________________
2009-03-27 Release 0.02
Include examples.html in the distribution and fixup the documentation of
the margin option.
_______________________________________________________________________________
2009-03-26 Release 0.01
Initial CPAN release
_______________________________________________________________________________