Skip to content

Commit e402b58

Browse files
committed
- Added solutions by Dave Jacoby.
1 parent 8ec9d91 commit e402b58

12 files changed

+1366
-1347
lines changed

stats/pwc-current.json

Lines changed: 92 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,101 @@
11
{
2+
"legend" : {
3+
"enabled" : 0
4+
},
5+
"xAxis" : {
6+
"type" : "category"
7+
},
8+
"subtitle" : {
9+
"text" : "[Champions: 11] Last updated at 2020-12-01 06:14:09 GMT"
10+
},
11+
"yAxis" : {
12+
"title" : {
13+
"text" : "Total Solutions"
14+
}
15+
},
16+
"tooltip" : {
17+
"pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
18+
"headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
19+
"followPointer" : 1
20+
},
221
"series" : [
322
{
4-
"colorByPoint" : 1,
5-
"name" : "Perl Weekly Challenge - 089",
623
"data" : [
724
{
8-
"y" : 3,
925
"name" : "Aaron Smith",
10-
"drilldown" : "Aaron Smith"
26+
"drilldown" : "Aaron Smith",
27+
"y" : 3
1128
},
1229
{
13-
"y" : 2,
1430
"drilldown" : "Clifton Wood",
15-
"name" : "Clifton Wood"
31+
"name" : "Clifton Wood",
32+
"y" : 2
33+
},
34+
{
35+
"y" : 3,
36+
"drilldown" : "Dave Jacoby",
37+
"name" : "Dave Jacoby"
1638
},
1739
{
1840
"y" : 2,
19-
"name" : "Feng Chang",
20-
"drilldown" : "Feng Chang"
41+
"drilldown" : "Feng Chang",
42+
"name" : "Feng Chang"
2143
},
2244
{
45+
"y" : 2,
2346
"name" : "James Smith",
24-
"drilldown" : "James Smith",
25-
"y" : 2
47+
"drilldown" : "James Smith"
2648
},
2749
{
50+
"y" : 2,
2851
"drilldown" : "Mark Anderson",
29-
"name" : "Mark Anderson",
30-
"y" : 2
52+
"name" : "Mark Anderson"
3153
},
3254
{
55+
"y" : 4,
3356
"drilldown" : "Roger Bell_West",
34-
"name" : "Roger Bell_West",
35-
"y" : 4
57+
"name" : "Roger Bell_West"
3658
},
3759
{
38-
"drilldown" : "Simon Green",
3960
"name" : "Simon Green",
61+
"drilldown" : "Simon Green",
4062
"y" : 3
4163
},
4264
{
43-
"name" : "Simon Proctor",
65+
"y" : 2,
4466
"drilldown" : "Simon Proctor",
45-
"y" : 2
67+
"name" : "Simon Proctor"
4668
},
4769
{
48-
"name" : "Stuart Little",
70+
"y" : 2,
4971
"drilldown" : "Stuart Little",
50-
"y" : 2
72+
"name" : "Stuart Little"
5173
},
5274
{
53-
"name" : "Ulrich Rieke",
75+
"y" : 4,
5476
"drilldown" : "Ulrich Rieke",
55-
"y" : 4
77+
"name" : "Ulrich Rieke"
5678
}
57-
]
79+
],
80+
"name" : "Perl Weekly Challenge - 089",
81+
"colorByPoint" : 1
5882
}
5983
],
84+
"plotOptions" : {
85+
"series" : {
86+
"dataLabels" : {
87+
"format" : "{point.y}",
88+
"enabled" : 1
89+
},
90+
"borderWidth" : 0
91+
}
92+
},
93+
"chart" : {
94+
"type" : "column"
95+
},
6096
"drilldown" : {
6197
"series" : [
6298
{
63-
"name" : "Aaron Smith",
6499
"data" : [
65100
[
66101
"Raku",
@@ -71,49 +106,65 @@
71106
1
72107
]
73108
],
74-
"id" : "Aaron Smith"
109+
"id" : "Aaron Smith",
110+
"name" : "Aaron Smith"
75111
},
76112
{
113+
"id" : "Clifton Wood",
77114
"name" : "Clifton Wood",
78115
"data" : [
79116
[
80117
"Raku",
81118
2
82119
]
83-
],
84-
"id" : "Clifton Wood"
120+
]
121+
},
122+
{
123+
"name" : "Dave Jacoby",
124+
"id" : "Dave Jacoby",
125+
"data" : [
126+
[
127+
"Perl",
128+
2
129+
],
130+
[
131+
"Blog",
132+
1
133+
]
134+
]
85135
},
86136
{
87-
"name" : "Feng Chang",
88137
"data" : [
89138
[
90139
"Raku",
91140
2
92141
]
93142
],
143+
"name" : "Feng Chang",
94144
"id" : "Feng Chang"
95145
},
96146
{
147+
"name" : "James Smith",
148+
"id" : "James Smith",
97149
"data" : [
98150
[
99151
"Perl",
100152
2
101153
]
102-
],
103-
"id" : "James Smith",
104-
"name" : "James Smith"
154+
]
105155
},
106156
{
157+
"name" : "Mark Anderson",
107158
"id" : "Mark Anderson",
108159
"data" : [
109160
[
110161
"Raku",
111162
2
112163
]
113-
],
114-
"name" : "Mark Anderson"
164+
]
115165
},
116166
{
167+
"id" : "Roger Bell_West",
117168
"name" : "Roger Bell_West",
118169
"data" : [
119170
[
@@ -124,11 +175,9 @@
124175
"Raku",
125176
2
126177
]
127-
],
128-
"id" : "Roger Bell_West"
178+
]
129179
},
130180
{
131-
"name" : "Simon Green",
132181
"data" : [
133182
[
134183
"Perl",
@@ -139,29 +188,31 @@
139188
1
140189
]
141190
],
191+
"name" : "Simon Green",
142192
"id" : "Simon Green"
143193
},
144194
{
195+
"name" : "Simon Proctor",
196+
"id" : "Simon Proctor",
145197
"data" : [
146198
[
147199
"Raku",
148200
2
149201
]
150-
],
151-
"id" : "Simon Proctor",
152-
"name" : "Simon Proctor"
202+
]
153203
},
154204
{
155205
"id" : "Stuart Little",
206+
"name" : "Stuart Little",
156207
"data" : [
157208
[
158209
"Raku",
159210
2
160211
]
161-
],
162-
"name" : "Stuart Little"
212+
]
163213
},
164214
{
215+
"name" : "Ulrich Rieke",
165216
"id" : "Ulrich Rieke",
166217
"data" : [
167218
[
@@ -172,43 +223,11 @@
172223
"Raku",
173224
2
174225
]
175-
],
176-
"name" : "Ulrich Rieke"
226+
]
177227
}
178228
]
179229
},
180-
"chart" : {
181-
"type" : "column"
182-
},
183-
"plotOptions" : {
184-
"series" : {
185-
"borderWidth" : 0,
186-
"dataLabels" : {
187-
"format" : "{point.y}",
188-
"enabled" : 1
189-
}
190-
}
191-
},
192230
"title" : {
193231
"text" : "Perl Weekly Challenge - 089"
194-
},
195-
"tooltip" : {
196-
"followPointer" : 1,
197-
"pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
198-
"headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>"
199-
},
200-
"yAxis" : {
201-
"title" : {
202-
"text" : "Total Solutions"
203-
}
204-
},
205-
"legend" : {
206-
"enabled" : 0
207-
},
208-
"subtitle" : {
209-
"text" : "[Champions: 10] Last updated at 2020-12-01 06:07:39 GMT"
210-
},
211-
"xAxis" : {
212-
"type" : "category"
213232
}
214233
}
Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
11
{
2+
"chart" : {
3+
"type" : "column"
4+
},
5+
"title" : {
6+
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
7+
},
8+
"yAxis" : {
9+
"min" : 0,
10+
"title" : {
11+
"text" : null
12+
}
13+
},
14+
"tooltip" : {
15+
"pointFormat" : "<b>{point.y:.0f}</b>"
16+
},
217
"series" : [
318
{
19+
"dataLabels" : {
20+
"format" : "{point.y:.0f}",
21+
"style" : {
22+
"fontSize" : "13px",
23+
"fontFamily" : "Verdana, sans-serif"
24+
},
25+
"color" : "#FFFFFF",
26+
"rotation" : -90,
27+
"align" : "right",
28+
"y" : 10,
29+
"enabled" : "true"
30+
},
31+
"name" : "Contributions",
432
"data" : [
533
[
634
"Blog",
7-
1146
35+
1147
836
],
937
[
1038
"Perl",
11-
3970
39+
3972
1240
],
1341
[
1442
"Raku",
1543
2613
1644
]
17-
],
18-
"dataLabels" : {
19-
"color" : "#FFFFFF",
20-
"enabled" : "true",
21-
"rotation" : -90,
22-
"align" : "right",
23-
"style" : {
24-
"fontFamily" : "Verdana, sans-serif",
25-
"fontSize" : "13px"
26-
},
27-
"y" : 10,
28-
"format" : "{point.y:.0f}"
29-
},
30-
"name" : "Contributions"
45+
]
3146
}
3247
],
33-
"chart" : {
34-
"type" : "column"
35-
},
36-
"tooltip" : {
37-
"pointFormat" : "<b>{point.y:.0f}</b>"
38-
},
39-
"title" : {
40-
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
41-
},
42-
"yAxis" : {
43-
"title" : {
44-
"text" : null
45-
},
46-
"min" : 0
47-
},
48-
"subtitle" : {
49-
"text" : "Last updated at 2020-12-01 06:07:39 GMT"
50-
},
5148
"legend" : {
5249
"enabled" : "false"
5350
},
5451
"xAxis" : {
5552
"labels" : {
5653
"style" : {
57-
"fontFamily" : "Verdana, sans-serif",
58-
"fontSize" : "13px"
54+
"fontSize" : "13px",
55+
"fontFamily" : "Verdana, sans-serif"
5956
}
6057
},
6158
"type" : "category"
59+
},
60+
"subtitle" : {
61+
"text" : "Last updated at 2020-12-01 06:14:08 GMT"
6262
}
6363
}

0 commit comments

Comments
 (0)