diff options
Diffstat (limited to 'stats')
| -rw-r--r-- | stats/pwc-current.json | 195 | ||||
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 50 | ||||
| -rw-r--r-- | stats/pwc-language-breakdown.json | 664 | ||||
| -rw-r--r-- | stats/pwc-leaders.json | 394 | ||||
| -rw-r--r-- | stats/pwc-summary-1-30.json | 100 | ||||
| -rw-r--r-- | stats/pwc-summary-121-150.json | 48 | ||||
| -rw-r--r-- | stats/pwc-summary-151-180.json | 116 | ||||
| -rw-r--r-- | stats/pwc-summary-181-210.json | 52 | ||||
| -rw-r--r-- | stats/pwc-summary-31-60.json | 118 | ||||
| -rw-r--r-- | stats/pwc-summary-61-90.json | 48 | ||||
| -rw-r--r-- | stats/pwc-summary-91-120.json | 28 | ||||
| -rw-r--r-- | stats/pwc-summary.json | 42 |
12 files changed, 935 insertions, 920 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 7e8ba7548c..fab8c677ec 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,56 +1,66 @@ { + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "legend" : { + "enabled" : 0 + }, "subtitle" : { - "text" : "[Champions: 17] Last updated at 2020-11-14 04:11:50 GMT" + "text" : "[Champions: 18] Last updated at 2020-11-14 04:14:34 GMT" }, - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category" }, - "tooltip" : { - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "followPointer" : 1, - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + "title" : { + "text" : "Perl Weekly Challenge - 086" }, "series" : [ { "data" : [ { - "name" : "Abigail", "drilldown" : "Abigail", - "y" : 3 + "y" : 3, + "name" : "Abigail" }, { + "drilldown" : "Andrew Shitov", "y" : 1, - "name" : "Andrew Shitov", - "drilldown" : "Andrew Shitov" + "name" : "Andrew Shitov" }, { - "drilldown" : "Cristina Heredia", "name" : "Cristina Heredia", + "drilldown" : "Cristina Heredia", "y" : 1 }, { - "y" : 2, + "name" : "Dave Jacoby", "drilldown" : "Dave Jacoby", - "name" : "Dave Jacoby" + "y" : 2 }, { - "y" : 2, + "name" : "E. Choroba", "drilldown" : "E. Choroba", - "name" : "E. Choroba" + "y" : 2 }, { - "y" : 2, "name" : "Feng Chang", - "drilldown" : "Feng Chang" + "drilldown" : "Feng Chang", + "y" : 2 }, { "drilldown" : "Flavio Poletti", - "name" : "Flavio Poletti", - "y" : 4 + "y" : 4, + "name" : "Flavio Poletti" }, { - "y" : 2, "drilldown" : "Jorg Sommrey", + "y" : 2, "name" : "Jorg Sommrey" }, { @@ -59,9 +69,9 @@ "name" : "Julio de Castro" }, { - "name" : "Kang-min Liu", "drilldown" : "Kang-min Liu", - "y" : 2 + "y" : 2, + "name" : "Kang-min Liu" }, { "y" : 2, @@ -69,6 +79,11 @@ "name" : "Mark Anderson" }, { + "drilldown" : "Myoungjin Jeon", + "y" : 1, + "name" : "Myoungjin Jeon" + }, + { "y" : 2, "drilldown" : "Philip Hood", "name" : "Philip Hood" @@ -79,38 +94,47 @@ "y" : 4 }, { - "name" : "Simon Green", "drilldown" : "Simon Green", - "y" : 2 + "y" : 2, + "name" : "Simon Green" }, { - "drilldown" : "Simon Proctor", "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", "y" : 2 }, { "name" : "Stuart Little", - "drilldown" : "Stuart Little", - "y" : 2 + "y" : 2, + "drilldown" : "Stuart Little" }, { + "name" : "Walt Mankowski", "y" : 2, - "drilldown" : "Walt Mankowski", - "name" : "Walt Mankowski" + "drilldown" : "Walt Mankowski" } ], "name" : "Perl Weekly Challenge - 086", "colorByPoint" : 1 } ], - "legend" : { - "enabled" : 0 + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "followPointer" : 1 }, "drilldown" : { "series" : [ { "id" : "Abigail", - "name" : "Abigail", "data" : [ [ "Perl", @@ -120,59 +144,62 @@ "Blog", 1 ] - ] + ], + "name" : "Abigail" }, { + "id" : "Andrew Shitov", + "name" : "Andrew Shitov", "data" : [ [ "Raku", 1 ] - ], - "id" : "Andrew Shitov", - "name" : "Andrew Shitov" + ] }, { "id" : "Cristina Heredia", - "name" : "Cristina Heredia", "data" : [ [ "Perl", 1 ] - ] + ], + "name" : "Cristina Heredia" }, { - "name" : "Dave Jacoby", "id" : "Dave Jacoby", "data" : [ [ "Perl", 2 ] - ] + ], + "name" : "Dave Jacoby" }, { - "id" : "E. Choroba", "name" : "E. Choroba", "data" : [ [ "Perl", 2 ] - ] + ], + "id" : "E. Choroba" }, { "name" : "Feng Chang", - "id" : "Feng Chang", "data" : [ [ "Raku", 2 ] - ] + ], + "id" : "Feng Chang" }, { + "id" : "Flavio Poletti", + "name" : "Flavio Poletti", "data" : [ [ "Perl", @@ -182,22 +209,19 @@ "Blog", 2 ] - ], - "name" : "Flavio Poletti", - "id" : "Flavio Poletti" + ] }, { "name" : "Jorg Sommrey", - "id" : "Jorg Sommrey", "data" : [ [ "Perl", 2 ] - ] + ], + "id" : "Jorg Sommrey" }, { - "name" : "Julio de Castro", "id" : "Julio de Castro", "data" : [ [ @@ -208,7 +232,8 @@ "Raku", 2 ] - ] + ], + "name" : "Julio de Castro" }, { "data" : [ @@ -217,32 +242,41 @@ 2 ] ], - "id" : "Kang-min Liu", - "name" : "Kang-min Liu" + "name" : "Kang-min Liu", + "id" : "Kang-min Liu" }, { "name" : "Mark Anderson", - "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] - ] + ], + "id" : "Mark Anderson" }, { + "name" : "Myoungjin Jeon", "data" : [ [ - "Raku", - 2 + "Blog", + 1 ] ], + "id" : "Myoungjin Jeon" + }, + { + "id" : "Philip Hood", "name" : "Philip Hood", - "id" : "Philip Hood" + "data" : [ + [ + "Raku", + 2 + ] + ] }, { "name" : "Roger Bell_West", - "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -256,9 +290,12 @@ "Blog", 1 ] - ] + ], + "id" : "Roger Bell_West" }, { + "id" : "Simon Green", + "name" : "Simon Green", "data" : [ [ "Perl", @@ -268,60 +305,38 @@ "Blog", 1 ] - ], - "id" : "Simon Green", - "name" : "Simon Green" + ] }, { - "name" : "Simon Proctor", "id" : "Simon Proctor", "data" : [ [ "Raku", 2 ] - ] + ], + "name" : "Simon Proctor" }, { + "name" : "Stuart Little", "data" : [ [ "Raku", 2 ] ], - "name" : "Stuart Little", "id" : "Stuart Little" }, { - "name" : "Walt Mankowski", - "id" : "Walt Mankowski", "data" : [ [ "Perl", 2 ] - ] + ], + "name" : "Walt Mankowski", + "id" : "Walt Mankowski" } ] - }, - "title" : { - "text" : "Perl Weekly Challenge - 086" - }, - "xAxis" : { - "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } } } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 76053012ad..47cfcc175b 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,19 +1,26 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" }, "subtitle" : { - "text" : "Last updated at 2020-11-14 04:11:50 GMT" + "text" : "Last updated at 2020-11-14 04:14:34 GMT" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", - 1099 + 1100 ], [ "Perl", @@ -24,40 +31,33 @@ 2454 ] ], - "name" : "Contributions", "dataLabels" : { - "rotation" : -90, - "y" : 10, - "align" : "right", "color" : "#FFFFFF", + "y" : 10, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, + "rotation" : -90, + "format" : "{point.y:.0f}", "enabled" : "true", - "format" : "{point.y:.0f}" + "align" : "right" } } ], + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "chart" : { + "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index 00012ad93e..bf05c903bd 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,30 +1,17 @@ { - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category" + "tooltip" : { + "followPointer" : "true", + "headerFormat" : "<span style=\"font-size:11px\"></span>", + "pointFormat" : "<span style=\"color:{point.color}\">Challenge {point.name}</span>: <b>{point.y:f}</b><br/>" }, - "title" : { - "text" : "Perl Weekly Challenge Language" + "chart" : { + "type" : "column" }, "drilldown" : { "series" : [ { + "id" : "001", + "name" : "001", "data" : [ [ "Perl", @@ -38,13 +25,10 @@ "Blog", 11 ] - ], - "name" : "001", - "id" : "001" + ] }, { "id" : "002", - "name" : "002", "data" : [ [ "Perl", @@ -58,9 +42,12 @@ "Blog", 10 ] - ] + ], + "name" : "002" }, { + "id" : "003", + "name" : "003", "data" : [ [ "Perl", @@ -74,12 +61,9 @@ "Blog", 9 ] - ], - "name" : "003", - "id" : "003" + ] }, { - "id" : "004", "name" : "004", "data" : [ [ @@ -94,10 +78,10 @@ "Blog", 10 ] - ] + ], + "id" : "004" }, { - "id" : "005", "name" : "005", "data" : [ [ @@ -112,9 +96,11 @@ "Blog", 12 ] - ] + ], + "id" : "005" }, { + "id" : "006", "data" : [ [ "Perl", @@ -129,10 +115,10 @@ 7 ] ], - "name" : "006", - "id" : "006" + "name" : "006" }, { + "name" : "007", "data" : [ [ "Perl", @@ -147,10 +133,10 @@ 10 ] ], - "id" : "007", - "name" : "007" + "id" : "007" }, { + "id" : "008", "data" : [ [ "Perl", @@ -165,10 +151,11 @@ 12 ] ], - "name" : "008", - "id" : "008" + "name" : "008" }, { + "id" : "009", + "name" : "009", "data" : [ [ "Perl", @@ -182,11 +169,10 @@ "Blog", 13 ] - ], - "name" : "009", - "id" : "009" + ] }, { + "name" : "010", "data" : [ [ "Perl", @@ -201,11 +187,9 @@ 11 ] ], - "id" : "010", - "name" : "010" + "id" : "010" }, { - "name" : "011", "id" : "011", "data" : [ [ @@ -220,11 +204,12 @@ "Blog", 10 ] - ] + ], + "name" : "011" }, { - "name" : "012", "id" : "012", + "name" : "012", "data" : [ [ "Perl", @@ -242,7 +227,6 @@ }, { "name" : "013", - "id" : "013", "data" : [ [ "Perl", @@ -256,9 +240,11 @@ "Blog", 13 ] - ] + ], + "id" : "013" }, { + "name" : "014", "data" : [ [ "Perl", @@ -273,7 +259,6 @@ 15 ] ], - "name" : "014", "id" : "014" }, { @@ -291,10 +276,12 @@ 15 ] ], - "id" : "015", - "name" : "015" + "name" : "015", + "id" : "015" }, { + "id" : "016", + "name" : "016", "data" : [ [ "Perl", @@ -308,9 +295,7 @@ "Blog", 12 ] - ], - "id" : "016", - "name" : "016" + ] }, { "data" : [ @@ -327,12 +312,12 @@ 12 ] ], - "id" : "017", - "name" : "017" + "name" : "017", + "id" : "017" }, { - "name" : "018", "id" : "018", + "name" : "018", "data" : [ [ "Perl", @@ -349,6 +334,7 @@ ] }, { + "id" : "019", "data" : [ [ "Perl", @@ -363,7 +349,6 @@ 13 ] ], - "id" : "019", "name" : "019" }, { @@ -385,6 +370,7 @@ ] }, { + "id" : "021", "data" : [ [ "Perl", @@ -399,10 +385,11 @@ 10 ] ], - "id" : "021", "name" : "021" }, { + "id" : "022", + "name" : "022", "data" : [ [ "Perl", @@ -416,13 +403,10 @@ "Blog", 10 ] - ], - "id" : "022", - "name" : "022" + ] }, { "name" : "023", - "id" : "023", "data" : [ [ "Perl", @@ -436,9 +420,12 @@ "Blog", 12 ] - ] + ], + "id" : "023" }, { + "id" : "024", + "name" : "024", "data" : [ [ "Perl", @@ -452,9 +439,7 @@ "Blog", 11 ] - ], - "name" : "024", - "id" : "024" + ] }, { "id" : "025", @@ -475,6 +460,7 @@ ] }, { + "name" : "026", "data" : [ [ "Perl", @@ -489,10 +475,10 @@ 10 ] ], - "name" : "026", "id" : "026" }, { + "name" : "027", "data" : [ [ "Perl", @@ -507,10 +493,10 @@ 9 ] ], - "name" : "027", "id" : "027" }, { + "id" : "028", "data" : [ [ "Perl", @@ -525,12 +511,10 @@ 9 ] ], - "id" : "028", "name" : "028" }, { "name" : "029", - "id" : "029", "data" : [ [ "Perl", @@ -544,9 +528,11 @@ "Blog", 12 ] - ] + ], + "id" : "029" }, { + "id" : "030", "data" : [ [ "Perl", @@ -561,12 +547,11 @@ 10 ] ], - "name" : "030", - "id" : "030" + "name" : "030" }, { - "name" : "031", "id" : "031", + "name" : "031", "data" : [ [ "Perl", @@ -583,8 +568,6 @@ ] }, { - "name" : "032", - "id" : "032", "data" : [ [ "Perl", @@ -598,9 +581,12 @@ "Blog", 10 ] - ] + ], + "name" : "032", + "id" : "032" }, { + "name" : "033", "data" : [ [ "Perl", @@ -615,12 +601,9 @@ 10 ] ], - "name" : "033", "id" : "033" }, { - "id" : "034", - "name" : "034", "data" : [ [ "Perl", @@ -634,10 +617,11 @@ "Blog", 11 ] - ] + ], + "name" : "034", + "id" : "034" }, { - "id" : "035", "name" : "035", "data" : [ [ @@ -652,9 +636,12 @@ "Blog", 9 ] - ] + ], + "id" : "035" }, { + "id" : "036", + "name" : "036", "data" : [ [ "Perl", @@ -668,13 +655,9 @@ "Blog", 11 ] - ], - "name" : "036", - "id" : "036" + ] }, { - "name" : "037", - "id" : "037", "data" : [ [ "Perl", @@ -688,9 +671,12 @@ "Blog", 9 ] - ] + ], + "name" : "037", + "id" : "037" }, { + "id" : "038", "data" : [ [ "Perl", @@ -705,11 +691,9 @@ 12 ] ], - "id" : "038", "name" : "038" }, { - "id" : "039", "name" : "039", "data" : [ [ @@ -724,10 +708,10 @@ "Blog", 12 ] - ] + ], + "id" : "039" }, { - "name" : "040", "id" : "040", "data" : [ [ @@ -742,11 +726,10 @@ "Blog", 10 ] - ] + ], + "name" : "040" }, { - "id" : "041", - "name" : "041", "data" : [ [ "Perl", @@ -760,9 +743,12 @@ "Blog", 9 ] - ] + ], + "name" : "041", + "id" : "041" }, { + "id" : "042", "data" : [ [ "Perl", @@ -777,12 +763,9 @@ 11 ] ], - "name" : "042", - "id" : "042" + "name" : "042" }, { - "id" : "043", - "name" : "043", "data" : [ [ "Perl", @@ -796,10 +779,11 @@ "Blog", 11 ] - ] + ], + "name" : "043", + "id" : "043" }, { - "name" : "044", "id" : "044", "data" : [ [ @@ -814,11 +798,10 @@ "Blog", 11 ] - ] + ], + "name" : "044" }, { - "name" : "045", - "id" : "045", "data" : [ [ "Perl", @@ -832,9 +815,12 @@ "Blog", 11 ] - ] + ], + "name" : "045", + "id" : "045" }, { + "id" : "046", "data" : [ [ "Perl", @@ -849,10 +835,11 @@ 10 ] ], - "name" : "046", - "id" : "046" + "name" : "046" }, { + "id" : "047", + "name" : "047", "data" : [ [ "Perl", @@ -866,9 +853,7 @@ "Blog", 10 ] - ], - "id" : "047", - "name" : "047" + ] }, { "id" : "048", @@ -907,6 +892,8 @@ ] }, { + "id" : "050", + "name" : "050", "data" : [ [ "Perl", @@ -920,12 +907,9 @@ "Blog", 12 ] - ], - "name" : "050", - "id" : "050" + ] }, { - "name" : "051", "id" : "051", "data" : [ [ @@ -940,11 +924,11 @@ "Blog", 11 ] - ] + ], + "name" : "051" }, { "id" : "052", - "name" : "052", "data" : [ [ "Perl", @@ -958,11 +942,11 @@ "Blog", 14 ] - ] + ], + "name" : "052" }, { "name" : "053", - "id" : "053", "data" : [ [ "Perl", @@ -976,9 +960,11 @@ "Blog", 15 ] - ] + ], + "id" : "053" }, { + "id" : "054", "data" : [ [ "Perl", @@ -993,10 +979,11 @@ 18 |
