File: MANIFEST

package info (click to toggle)
libchart-clicker-perl 2.83-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 600 kB
  • sloc: perl: 3,977; makefile: 2
file content (98 lines) | stat: -rw-r--r-- 2,360 bytes parent folder | download
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Changes
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
README.mkdn
example/area.pl
example/bar.pl
example/bubble.pl
example/candlestick.pl
example/date-axis.pl
example/heatmap.pl
example/line-and-shape.pl
example/line.pl
example/multiple-axes.pl
example/multiple-renderers.pl
example/overaxis-bar.pl
example/pie.pl
example/point.pl
example/share-axes.pl
example/simple.pl
example/skip_range.pl
example/sparkline.pl
example/stackedarea.pl
example/stackedbar.pl
example/tabularlegend.pl
example/tufte-whitegrid.pl
lib/Chart/Clicker.pm
lib/Chart/Clicker/Axis.pm
lib/Chart/Clicker/Axis/DateTime.pm
lib/Chart/Clicker/Component.pm
lib/Chart/Clicker/Container.pm
lib/Chart/Clicker/Context.pm
lib/Chart/Clicker/Data/DataSet.pm
lib/Chart/Clicker/Data/Marker.pm
lib/Chart/Clicker/Data/Range.pm
lib/Chart/Clicker/Data/Series.pm
lib/Chart/Clicker/Data/Series/HighLow.pm
lib/Chart/Clicker/Data/Series/Size.pm
lib/Chart/Clicker/Decoration.pm
lib/Chart/Clicker/Decoration/Glass.pm
lib/Chart/Clicker/Decoration/Grid.pm
lib/Chart/Clicker/Decoration/Legend.pm
lib/Chart/Clicker/Decoration/Legend/Tabular.pm
lib/Chart/Clicker/Decoration/MarkerOverlay.pm
lib/Chart/Clicker/Decoration/OverAxis.pm
lib/Chart/Clicker/Decoration/Plot.pm
lib/Chart/Clicker/Drawing/ColorAllocator.pm
lib/Chart/Clicker/Positioned.pm
lib/Chart/Clicker/Renderer.pm
lib/Chart/Clicker/Renderer/Area.pm
lib/Chart/Clicker/Renderer/Bar.pm
lib/Chart/Clicker/Renderer/Bubble.pm
lib/Chart/Clicker/Renderer/CandleStick.pm
lib/Chart/Clicker/Renderer/Line.pm
lib/Chart/Clicker/Renderer/Pie.pm
lib/Chart/Clicker/Renderer/Point.pm
lib/Chart/Clicker/Renderer/PolarArea.pm
lib/Chart/Clicker/Renderer/StackedArea.pm
lib/Chart/Clicker/Renderer/StackedBar.pm
lib/Chart/Clicker/Tutorial.pm
t/add-data.t
t/axis-datetime.t
t/axis.t
t/basic.t
t/context.t
t/data-dataset.t
t/data-marker.t
t/data-range.t
t/datetime.t
t/decoration-color_allocator.t
t/decoration-glass.t
t/decoration-grid.t
t/decoration-legend.t
t/decoration-markeroverlay.t
t/decoration-plot.t
t/decoration.t
t/drawing-colorallocator.t
t/example.t
t/invisible.t
t/release-pod-syntax.t
t/release-synopsis.t
t/renderer-area.t
t/renderer-bar.t
t/renderer-base.t
t/renderer-bubble.t
t/renderer-candlestick.t
t/renderer-line.t
t/renderer-pie.t
t/renderer-point.t
t/same-axes-ctx.t
t/series/highlow.t
t/series/series.t
t/series/size.t
t/simple-ctx.t
t/xt/pod.t