forked from gphat/chart-clicker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
MANIFEST
106 lines (106 loc) · 2.66 KB
/
MANIFEST
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
99
100
101
102
103
104
105
106
Changes
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
example/very-simple.pl
inc/Module/Install.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
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/HeatMap.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.pod
LICENSE
Makefile.PL
MANIFEST This list of files
META.yml
README
t/00-basic.t
t/00-drawing-colorallocator.t
t/01-data-dataset.t
t/01-data-marker.t
t/01-data-range.t
t/03-axis-datetime.t
t/03-axis.t
t/03-renderer-base.t
t/04-renderer-area.t
t/04-renderer-bar.t
t/04-renderer-bubble.t
t/04-renderer-candlestick.t
t/04-renderer-line.t
t/04-renderer-pie.t
t/04-renderer-point.t
t/05-decoration-color_allocator.t
t/05-decoration-glass.t
t/05-decoration-grid.t
t/05-decoration-legend.t
t/05-decoration-markeroverlay.t
t/05-decoration-plot.t
t/05-decoration.t
t/06-data-marker.t
t/10-context.t
t/75-example.t
t/76-simple-ctx.t
t/77-same-axes-ctx.t
t/78-invisible.t
t/79-datetime.t
t/99-add-data.t
t/series/highlow.t
t/series/series.t
t/series/size.t
t/xt/pod-coverage.t
t/xt/pod.t