diff options
| -rw-r--r-- | stats/pwc-current.json | 85 | ||||
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 | ||||
| -rw-r--r-- | stats/pwc-language-breakdown.json | 592 | ||||
| -rw-r--r-- | stats/pwc-leaders.json | 350 | ||||
| -rw-r--r-- | stats/pwc-summary-1-30.json | 110 | ||||
| -rw-r--r-- | stats/pwc-summary-121-150.json | 100 | ||||
| -rw-r--r-- | stats/pwc-summary-151-180.json | 116 | ||||
| -rw-r--r-- | stats/pwc-summary-181-210.json | 30 | ||||
| -rw-r--r-- | stats/pwc-summary-31-60.json | 100 | ||||
| -rw-r--r-- | stats/pwc-summary-61-90.json | 106 | ||||
| -rw-r--r-- | stats/pwc-summary-91-120.json | 46 | ||||
| -rw-r--r-- | stats/pwc-summary.json | 42 |
12 files changed, 873 insertions, 858 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index d2fbcbceeb..2d3bbb1727 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,19 +1,31 @@ { + "title" : { + "text" : "Perl Weekly Challenge - 087" + }, "legend" : { "enabled" : 0 }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } + "chart" : { + "type" : "column" + }, + "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/>" }, "drilldown" : { "series" : [ { + "name" : "Andrew Shitov", + "id" : "Andrew Shitov", + "data" : [ + [ + "Raku", + 2 + ] + ] + }, + { "data" : [ [ "Raku", @@ -24,14 +36,14 @@ "name" : "Mark Anderson" }, { + "name" : "Philip Hood", + "id" : "Philip Hood", "data" : [ [ "Raku", 1 ] - ], - "id" : "Philip Hood", - "name" : "Philip Hood" + ] }, { "name" : "Simon Proctor", @@ -44,37 +56,45 @@ "id" : "Simon Proctor" }, { + "name" : "Stuart Little", "id" : "Stuart Little", "data" : [ [ "Raku", 2 ] - ], - "name" : "Stuart Little" + ] } ] }, - "tooltip" : { - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", - "followPointer" : 1, - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" - }, - "title" : { - "text" : "Perl Weekly Challenge - 087" + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } }, "series" : [ { + "name" : "Perl Weekly Challenge - 087", + "colorByPoint" : 1, "data" : [ { + "name" : "Andrew Shitov", + "y" : 2, + "drilldown" : "Andrew Shitov" + }, + { + "y" : 1, "name" : "Mark Anderson", - "drilldown" : "Mark Anderson", - "y" : 1 + "drilldown" : "Mark Anderson" }, { - "name" : "Philip Hood", + "drilldown" : "Philip Hood", "y" : 1, - "drilldown" : "Philip Hood" + "name" : "Philip Hood" }, { "name" : "Simon Proctor", @@ -83,26 +103,21 @@ }, { "drilldown" : "Stuart Little", - "y" : 2, - "name" : "Stuart Little" + "name" : "Stuart Little", + "y" : 2 } - ], - "name" : "Perl Weekly Challenge - 087", - "colorByPoint" : 1 + ] } ], "subtitle" : { - "text" : "[Champions: 4] Last updated at 2020-11-16 22:46:15 GMT" - }, - "xAxis" : { - "type" : "category" + "text" : "[Champions: 5] Last updated at 2020-11-16 22:49:29 GMT" }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category" } } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 75d8b9ee4b..99805db5ca 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,37 +1,18 @@ { - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, "series" : [ { "dataLabels" : { - "rotation" : -90, - "enabled" : "true", - "format" : "{point.y:.0f}", "color" : "#FFFFFF", - "y" : 10, + "format" : "{point.y:.0f}", + "align" : "right", + "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "align" : "right" + "rotation" : -90, + "y" : 10 }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -43,13 +24,29 @@ ], [ "Raku", - 2474 + 2476 ] - ] + ], + "name" : "Contributions" } ], "subtitle" : { - "text" : "Last updated at 2020-11-16 22:46:15 GMT" + "text" : "Last updated at 2020-11-16 22:49:29 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" @@ -59,5 +56,8 @@ }, "legend" : { "enabled" : "false" + }, + "chart" : { + "type" : "column" } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index 288a8630c5..3b985ebb31 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,14 +1,25 @@ { + "title" : { + "text" : "Perl Weekly Challenge Language" + }, + "tooltip" : { + "headerFormat" : "<span style=\"font-size:11px\"></span>", + "followPointer" : "true", + "pointFormat" : "<span style=\"color:{point.color}\">Challenge {point.name}</span>: <b>{point.y:f}</b><br/>" + }, + "chart" : { + "type" : "column" + }, "legend" : { "enabled" : "false" }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 + "enabled" : 1, + "format" : "{point.y}" + } } }, "drilldown" : { @@ -32,7 +43,6 @@ "name" : "001" }, { - "id" : "002", "data" : [ [ "Perl", @@ -47,6 +57,7 @@ 10 ] ], + "id" : "002", "name" : "002" }, { @@ -104,7 +115,7 @@ "name" : "005" }, { - "name" : "006", + "id" : "006", "data" : [ [ "Perl", @@ -119,10 +130,11 @@ 7 ] ], - "id" : "006" + "name" : "006" }, { "name" : "007", + "id" : "007", "data" : [ [ "Perl", @@ -136,8 +148,7 @@ "Blog", 10 ] - ], - "id" : "007" + ] }, { "name" : "008", @@ -158,7 +169,6 @@ "id" : "008" }, { - "name" : "009", "data" : [ [ "Perl", @@ -173,9 +183,11 @@ 13 ] ], - "id" : "009" + "id" : "009", + "name" : "009" }, { + "name" : "010", "id" : "010", "data" : [ [ @@ -190,12 +202,9 @@ "Blog", 11 ] - ], - "name" : "010" + ] }, { - "name" : "011", - "id" : "011", "data" : [ [ "Perl", @@ -209,7 +218,9 @@ "Blog", 10 ] - ] + ], + "id" : "011", + "name" : "011" }, { "name" : "012", @@ -248,7 +259,7 @@ "name" : "013" }, { - "name" : "014", + "id" : "014", "data" : [ [ "Perl", @@ -263,11 +274,10 @@ 15 ] ], - "id" : "014" + "name" : "014" }, { "name" : "015", - "id" : "015", "data" : [ [ "Perl", @@ -281,9 +291,11 @@ "Blog", 15 ] - ] + ], + "id" : "015" }, { + "name" : "016", "data" : [ [ "Perl", @@ -298,12 +310,9 @@ 12 ] ], - "id" : "016", - "name" : "016" + "id" : "016" }, { - "name" : "017", - "id" : "017", "data" : [ [ "Perl", @@ -317,10 +326,12 @@ "Blog", 12 ] - ] + ], + "id" : "017", + "name" : "017" }, { - "name" : "018", + "id" : "018", "data" : [ [ "Perl", @@ -335,11 +346,10 @@ 14 ] ], - "id" : "018" + "name" : "018" }, { "name" : "019", - "id" : "019", "data" : [ [ "Perl", @@ -353,10 +363,12 @@ "Blog", 13 ] - ] + ], + "id" : "019" }, { "name" : "020", + "id" : "020", "data" : [ [ "Perl", @@ -370,12 +382,9 @@ "Blog", 13 ] - ], - "id" : "020" + ] }, { - "name" : "021", - "id" : "021", "data" : [ [ "Perl", @@ -389,10 +398,11 @@ "Blog", 10 ] - ] + ], + "id" : "021", + "name" : "021" }, { - "id" : "022", "data" : [ [ "Perl", @@ -407,10 +417,11 @@ 10 ] ], + "id" : "022", "name" : "022" }, { - "id" : "023", + "name" : "023", "data" : [ [ "Perl", @@ -425,10 +436,11 @@ 12 ] ], - "name" : "023" + "id" : "023" }, { "name" : "024", + "id" : "024", "data" : [ [ "Perl", @@ -442,11 +454,10 @@ "Blog", 11 ] - ], - "id" : "024" + ] }, { - "id" : "025", + "name" : "025", "data" : [ [ "Perl", @@ -461,10 +472,9 @@ 12 ] ], - "name" : "025" + "id" : "025" }, { - "id" : "026", "data" : [ [ "Perl", @@ -479,6 +489,7 @@ 10 ] ], + "id" : "026", "name" : "026" }, { @@ -536,6 +547,8 @@ ] }, { + "name" : "030", + "id" : "030", "data" : [ [ "Perl", @@ -549,9 +562,7 @@ "Blog", 10 ] - ], - "id" : "030", - "name" : "030" + ] }, { "data" : [ @@ -572,6 +583,8 @@ "name" : "031" }, { + "name" : "032", + "id" : "032", "data" : [ [ "Perl", @@ -585,13 +598,9 @@ "Blog", 10 ] - ], - "id" : "032", - "name" : "032" + ] }, { - "name" : "033", - "id" : "033", "data" : [ [ "Perl", @@ -605,10 +614,12 @@ "Blog", 10 ] - ] + ], + "id" : "033", + "name" : "033" }, { - "id" : "034", + "name" : "034", "data" : [ [ "Perl", @@ -623,7 +634,7 @@ 11 ] ], - "name" : "034" + "id" : "034" }, { "name" : "035", @@ -662,7 +673,7 @@ "id" : "036" }, { - "name" : "037", + "id" : "037", "data" : [ [ "Perl", @@ -677,7 +688,7 @@ 9 ] ], - "id" : "037" + "name" : "037" }, { "name" : "038", @@ -698,7 +709,6 @@ "id" : "038" }, { - "name" : "039", "data" : [ [ "Perl", @@ -713,10 +723,10 @@ 12 ] ], - "id" : "039" + "id" : "039", + "name" : "039" }, { - "name" : "040", "id" : "040", "data" : [ [ @@ -731,7 +741,8 @@ "Blog", 10 ] - ] + ], + "name" : "040" }, { "name" : "041", @@ -770,7 +781,7 @@ "name" : "042" }, { - "id" : "043", + "name" : "043", "data" : [ [ "Perl", @@ -785,9 +796,10 @@ 11 ] ], - "name" : "043" + "id" : "043" }, { + "name" : "044", "data" : [ [ "Perl", @@ -802,11 +814,9 @@ 11 ] ], - "id" : "044", - "name" : "044" + "id" : "044" }, { - "id" : "045", "data" : [ [ "Perl", @@ -821,10 +831,10 @@ 11 ] ], + "id" : "045", "name" : "045" }, { - "id" : "046", "data" : [ [ "Perl", @@ -839,11 +849,10 @@ 10 ] ], + "id" : "046", "name" : "046" }, { - "name" : "047", - "id" : "047", "data" : [ [ "Perl", @@ -857,9 +866,12 @@ "Blog", 10 ] - ] + ], + "id" : "047", + "name" : "047" }, { + "id" : "048", "data" : [ [ "Perl", @@ -874,10 +886,10 @@ 12 ] ], - "id" : "048", "name" : "048" }, { + "id" : "049", "data" : [ [ "Perl", @@ -892,11 +904,9 @@ 12 ] ], - "id" : "049", "name" : "049" }, { - "name" : "050", "id" : "050", "data" : [ [ @@ -911,10 +921,11 @@ "Blog", 12 ] - ] + ], + "name" : "050" }, { - "id" : "051", + "name" : "051", "data" : [ [ "Perl", @@ -929,10 +940,11 @@ 11 ] ], - "name" : "051" + "id" : "051" }, { "name" : "052", + "id" : "052", "data" : [ [ "Perl", @@ -946,12 +958,9 @@ "Blog", 14 ] - ], - "id" : "052" + ] }, { - "name" : "053", - "id" : "053", "data" : [ [ "Perl", @@ -965,9 +974,13 @@ "Blog", 15 ] - ] + ], + "id" : "053", + "name" : "053" }, { + "name" : "054", + "id" : "054", "data" : [ [ "Perl", @@ -981,12 +994,9 @@ "Blog", 18 ] - ], - "id" : "054", - "name" : "054" + ] }, { - "name" : "055", "data" : [ [ "Perl", @@ -1001,9 +1011,12 @@ 14 ] ], - "id" : "055" + "id" : "055", + "name" : "055" }, { + "name" : "056", + "id" : "056", "data" : [ [ "Perl", @@ -1017,13 +1030,10 @@ "Blog", 16 ] - ], - "id" : "056", - "name" : "056" + ] }, { "name" : "057", - "id" : "057", "data" : [ [ "Perl", @@ -1037,9 +1047,12 @@ "Blog", 15 ] - ] + ], + "id" : "057" }, { + "name" : "058", + "id" : "058", "data" : [ [ "Perl", @@ -1053,9 +1066,7 @@ "Blog", 13 ] - ], - "id" : "058", - "name" : "058" + ] }, { "id" : "059", @@ -1077,6 +1088,7 @@ }, { "name" : "060", + "id" : "060", "data" : [ [ "Perl", @@ -1090,8 +1102,7 @@ "Blog", 16 ] - ], - "id" : "060" + ] }, { "id" : "061", @@ -1112,6 +1123,7 @@ "name" : "061" }, { + "name" : "062", "id" : "062", "data" : [ [ @@ -1126,8 +1138,7 @@ "Blog", 11 ] - ], - "name" : "062" + ] }, { "name" : "063", @@ -1148,6 +1159,7 @@ ] }, { + "name" : "064", "id" : "064", "data" : [ [ @@ -1162,11 +1174,9 @@ "Blog", 16 ] - ], - "name" : "064" + ] }, { - "name" : "065", "data" : [ [ "Perl", @@ -1181,9 +1191,11 @@ 15 ] ], - "id" : "065" + "id" : "065", + "name" : "065" }, { + "name" : "066", "id" : "066", "data" : [ [ @@ -1198,10 +1210,10 @@ "Blog", 14 ] - ], - "name" : "066" + ] }, { + "name" : "067", "id" : "067", "data" : [ [ @@ -1216,10 +1228,10 @@ "Blog", 18 ] - ], - "name" : "067" + ] }, { + "id" : "068", "data" : [ [ "Perl", @@ -1234,10 +1246,10 @@ 13 ] ], - "id" : "068", "name" : "068" }, { + "name" : "069", "id" : "069", "data" : [ [ @@ -1252,11 +1264,10 @@ "Blog", 16 ] - ], - "name" : "069" + ] }, { - "id" : "070", + "name" : "070", "data" : [ [ "Perl", @@ -1271,7 +1282,7 @@ 17 ] ], - "name" : "070" + "id" : "070" }, { "name" : "071", @@ -1311,7 +1322,6 @@ }, { "name" : "073", - "id" : "073", "data" : [ [ "Perl", @@ -1325,7 +1335,8 @@ "Blog", 17 ] - ] + ], + "id" : "073" }, { "name" : "074", @@ -1346,7 +1357,7 @@ "id" : "074" }, { - "name" : "075", + "id" : "075", "data" : [ [ "Perl", @@ -1361,9 +1372,10 @@ 20 ] ], - "id" : "075" + "name" : "075" }, { + "name" : "076", "id" : "076", "data" : [ [ @@ -1378,8 +1390,7 @@ "Blog", 16 ] - ], - "name" : "076" + ] }, { "name" : "077", @@ -1418,8 +1429,6 @@ "id" : "078" }, { - "name" : "079", - "id" : "079", "data" : [ [ "Perl", @@ -1433,9 +1442,12 @@ "Blog", 17 ] - ] + ], + "id" : "079", + "name" : "079" }, { + "name" : "080", "id" : "080", "data" : [ [ @@ -1450,12 +1462,9 @@ "Blog", 16 ] - ], - "name" : "080" + ] }, { - "name" : "081", - "id" : "081", "data" : [ [ "Perl", @@ -1469,9 +1478,12 @@ "Blog", 15 ] - ] + ], + "id" : "081", + "name" : "081" }, { + "name" : "082", "id" : "082", "data" : [ [ @@ -1486,12 +1498,10 @@ "Blog", 17 ] - ], - "name" : "082" + ] }, { "name" : "083", - "id" : "083", "data" : [ [ "Perl", @@ -1505,10 +1515,12 @@ "Blog", 16 ] - ] + ], + "id" : "083" }, { "name" : "084", + "id" : "084", "data" : [ [ "Perl", @@ -1522,8 +1534,7 @@ "Blog", 12 ] - ], - "id" : "084" + ] }, { "data" : [ @@ -1563,7 +1574,6 @@ }, { "name" : "087", - "id" : "087", "data" : [ [ "Perl", @@ -1571,70 +1581,51 @@ ], [ "Raku", - 6 + 8 ], [ "Blog", 0 ] - ] + ], + "id" : "087" } ] }, - "tooltip" : { - "headerFormat" : "<span style=\"font-size:11px\"></span>", - "followPointer" : "true", - "pointFormat" : "<span style=\"color:{point.color}\">Challenge {point.name}</span>: <b>{point.y:f}</b><br/>" - }, - "title" : { - "text" : "Perl Weekly Challenge Language" - }, - "xAxis" : { - "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2020-11-16 22:46:15 GMT" - }, "series" : [ { + "colorByPoint" : "true", + "name" : "Perl Weekly Challenge Languages", "data" : [ { "name" : "#001", - "drilldown" : "001", - "y" : 145 + "y" : 145, + "drilldown" : "001" }, { + "y" : 114, "name" : "#002", - "drilldown" : "002", - "y" : 114 + "drilldown" : "002" }, { - "drilldown" : "003", "y" : 71, - "name" : "#003" + "name" : "#003", + "drilldown" : "003" }, { - "drilldown" : "004", + "name" : "#004", "y" : 91, - "name" : "#004" + "drilldown" : "004" }, { - "drilldown" |
