From e7f6940cf0444c185d6e7a94ead2e26cb95f673c Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 29 Jun 2020 13:10:22 +0100 Subject: - Added solutions by Roger Bell_West. --- stats/pwc-current.json | 99 +- stats/pwc-language-breakdown-summary.json | 76 +- stats/pwc-language-breakdown.json | 2654 ++++++++++++++--------------- stats/pwc-leaders.json | 738 ++++---- stats/pwc-summary-1-30.json | 120 +- stats/pwc-summary-121-150.json | 42 +- stats/pwc-summary-151-180.json | 40 +- stats/pwc-summary-31-60.json | 116 +- stats/pwc-summary-61-90.json | 112 +- stats/pwc-summary-91-120.json | 38 +- stats/pwc-summary.json | 42 +- 11 files changed, 2046 insertions(+), 2031 deletions(-) diff --git a/stats/pwc-current.json b/stats/pwc-current.json index afe34ab9ea..0f54c88f1d 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,32 +1,61 @@ { - "legend" : { - "enabled" : 0 - }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1, - "headerFormat" : "{series.name}
" - }, "xAxis" : { "type" : "category" }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } + "legend" : { + "enabled" : 0 }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, + "tooltip" : { + "headerFormat" : "{series.name}
", + "pointFormat" : "{point.name}: {point.y:f}
", + "followPointer" : 1 + }, "title" : { "text" : "Perl Weekly Challenge - 067" }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2020-06-29 12:10:04 GMT" + }, + "series" : [ + { + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 067", + "data" : [ + { + "y" : 2, + "drilldown" : "Andrew Shitov", + "name" : "Andrew Shitov" + }, + { + "name" : "Roger Bell_West", + "drilldown" : "Roger Bell_West", + "y" : 2 + }, + { + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", + "y" : 2 + } + ] + } + ], + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, "drilldown" : { "series" : [ { @@ -39,6 +68,16 @@ "name" : "Andrew Shitov", "id" : "Andrew Shitov" }, + { + "data" : [ + [ + "Perl", + 2 + ] + ], + "id" : "Roger Bell_West", + "name" : "Roger Bell_West" + }, { "data" : [ [ @@ -46,33 +85,9 @@ 2 ] ], - "name" : "Simon Proctor", - "id" : "Simon Proctor" + "id" : "Simon Proctor", + "name" : "Simon Proctor" } ] - }, - "chart" : { - "type" : "column" - }, - "series" : [ - { - "name" : "Perl Weekly Challenge - 067", - "data" : [ - { - "drilldown" : "Andrew Shitov", - "name" : "Andrew Shitov", - "y" : 2 - }, - { - "y" : 2, - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" - } - ], - "colorByPoint" : 1 - } - ], - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2020-06-29 12:07:23 GMT" } } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 93e485d4e5..8501b8db66 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,22 +1,49 @@ { + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "subtitle" : { - "text" : "Last updated at 2020-06-29 12:07:23 GMT" + "text" : "Last updated at 2020-06-29 12:10:04 GMT" }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "y" : 10, - "rotation" : -90, - "format" : "{point.y:.0f}", - "enabled" : "true", - "color" : "#FFFFFF", - "align" : "right", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - } + }, + "y" : 10, + "enabled" : "true", + "format" : "{point.y:.0f}", + "rotation" : -90, + "color" : "#FFFFFF", + "align" : "right" }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -24,7 +51,7 @@ ], [ "Perl", - 2751 + 2753 ], [ "Raku", @@ -32,32 +59,5 @@ ] ] } - ], - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - } + ] } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index 7a14b2162b..b2dfdcb6f9 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,1228 +1,15 @@ { - "title" : { - "text" : "Perl Weekly Challenge Language" - }, - "drilldown" : { - "series" : [ - { - "data" : [ - [ - "Perl", - 86 - ], - [ - "Raku", - 45 - ], - [ - "Blog", - 11 - ] - ], - "name" : "001", - "id" : "001" - }, - { - "id" : "002", - "name" : "002", - "data" : [ - [ - "Perl", - 65 - ], - [ - "Raku", - 34 - ], - [ - "Blog", - 10 - ] - ] - }, - { - "id" : "003", - "name" : "003", - "data" : [ - [ - "Perl", - 34 - ], - [ - "Raku", - 28 - ], - [ - "Blog", - 9 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 50 - ], - [ - "Raku", - 31 - ], - [ - "Blog", - 10 - ] - ], - "id" : "004", - "name" : "004" - }, - { - "name" : "005", - "id" : "005", - "data" : [ - [ - "Perl", - 36 - ], - [ - "Raku", - 24 - ], - [ - "Blog", - 12 - ] - ] - }, - { - "name" : "006", - "id" : "006", - "data" : [ - [ - "Perl", - 29 - ], - [ - "Raku", - 16 - ], - [ - "Blog", - 7 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 28 - ], - [ - "Raku", - 21 - ], - [ - "Blog", - 10 - ] - ], - "name" : "007", - "id" : "007" - }, - { - "data" : [ - [ - "Perl", - 40 - ], - [ - "Raku", - 20 - ], - [ - "Blog", - 12 - ] - ], - "id" : "008", - "name" : "008" - }, - { - "data" : [ - [ - "Perl", - 37 - ], - [ - "Raku", - 18 - ], - [ - "Blog", - 13 - ] - ], - "name" : "009", - "id" : "009" - }, - { - "data" : [ - [ - "Perl", - 32 - ], - [ - "Raku", - 17 - ], - [ - "Blog", - 11 - ] - ], - "id" : "010", - "name" : "010" - }, - { - "data" : [ - [ - "Perl", - 43 - ], - [ - "Raku", - 26 - ], - [ - "Blog", - 10 - ] - ], - "id" : "011", - "name" : "011" - }, - { - "id" : "012", - "name" : "012", - "data" : [ - [ - "Perl", - 44 - ], - [ - "Raku", - 28 - ], - [ - "Blog", - 11 - ] - ] - }, - { - "id" : "013", - "name" : "013", - "data" : [ - [ - "Perl", - 42 - ], - [ - "Raku", - 21 - ], - [ - "Blog", - 13 - ] - ] - }, - { - "id" : "014", - "name" : "014", - "data" : [ - [ - "Perl", - 52 - ], - [ - "Raku", - 29 - ], - [ - "Blog", - 15 - ] - ] - }, - { - "id" : "015", - "name" : "015", - "data" : [ - [ - "Perl", - 52 - ], - [ - "Raku", - 26 - ], - [ - "Blog", - 15 - ] - ] - }, - { - "name" : "016", - "id" : "016", - "data" : [ - [ - "Perl", - 33 - ], - [ - "Raku", - 21 - ], - [ - "Blog", - 12 - ] - ] - }, - { - "name" : "017", - "id" : "017", - "data" : [ - [ - "Perl", - 42 - ], - [ - "Raku", - 25 - ], - [ - "Blog", - 12 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 33 - ], - [ - "Raku", - 29 - ], - [ - "Blog", - 14 - ] - ], - "name" : "018", - "id" : "018" - }, - { - "id" : "019", - "name" : "019", - "data" : [ - [ - "Perl", - 52 - ], - [ - "Raku", - 32 - ], - [ - "Blog", - 13 - ] - ] - }, - { - "id" : "020", - "name" : "020", - "data" : [ - [ - "Perl", - 47 - ], - [ - "Raku", - 35 - ], - [ - "Blog", - 13 - ] - ] - }, - { - "id" : "021", - "name" : "021", - "data" : [ - [ - "Perl", - 35 - ], - [ - "Raku", - 22 - ], - [ - "Blog", - 10 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 32 - ], - [ - "Raku", - 21 - ], - [ - "Blog", - 10 - ] - ], - "id" : "022", - "name" : "022" - }, - { - "data" : [ - [ - "Perl", - 49 - ], - [ - "Raku", - 30 - ], - [ - "Blog", - 12 - ] - ], - "name" : "023", - "id" : "023" - }, - { - "data" : [ - [ - "Perl", - 35 - ], - [ - "Raku", - 24 - ], - [ - "Blog", - 11 - ] - ], - "id" : "024", - "name" : "024" - }, - { - "data" : [ - [ - "Perl", - 26 - ], - [ - "Raku", - 17 - ], - [ - "Blog", - 12 - ] - ], - "name" : "025", - "id" : "025" - }, - { - "data" : [ - [ - "Perl", - 33 - ], - [ - "Raku", - 27 - ], - [ - "Blog", - 10 - ] - ], - "name" : "026", - "id" : "026" - }, - { - "data" : [ - [ - "Perl", - 29 - ], - [ - "Raku", - 20 - ], - [ - "Blog", - 9 - ] - ], - "name" : "027", - "id" : "027" - }, - { - "data" : [ - [ - "Perl", - 45 - ], - [ - "Raku", - 24 - ], - [ - "Blog", - 9 - ] - ], - "name" : "028", - "id" : "028" - }, - { - "id" : "029", - "name" : "029", - "data" : [ - [ - "Perl", - 40 - ], - [ - "Raku", - 25 - ], - [ - "Blog", - 12 - ] - ] - }, - { - "name" : "030", - "id" : "030", - "data" : [ - [ - "Perl", - 74 - ], - [ - "Raku", - 31 - ], - [ - "Blog", - 10 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 50 - ], - [ - "Raku", - 28 - ], - [ - "Blog", - 9 - ] - ], - "name" : "031", - "id" : "031" - }, - { - "data" : [ - [ - "Perl", - 57 - ], - [ - "Raku", - 25 - ], - [ - "Blog", - 10 - ] - ], - "name" : "032", - "id" : "032" - }, - { - "data" : [ - [ - "Perl", - 62 - ], - [ - "Raku", - 36 - ], - [ - "Blog", - 10 - ] - ], - "id" : "033", - "name" : "033" - }, - { - "data" : [ - [ - "Perl", - 30 - ], - [ - "Raku", - 21 - ], - [ - "Blog", - 11 - ] - ], - "name" : "034", - "id" : "034" - }, - { - "data" : [ - [ - "Perl", - 33 - ], - [ - "Raku", - 20 - ], - [ - "Blog", - 9 - ] - ], - "name" : "035", - "id" : "035" - }, - { - "id" : "036", - "name" : "036", - "data" : [ - [ - "Perl", - 35 - ], - [ - "Raku", - 20 - ], - [ - "Blog", - 11 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 34 - ], - [ - "Raku", - 22 - ], - [ - "Blog", - 9 - ] - ], - "name" : "037", - "id" : "037" - }, - { - "data" : [ - [ - "Perl", - 31 - ], - [ - "Raku", - 22 - ], - [ - "Blog", - 12 - ] - ], - "id" : "038", - "name" : "038" - }, - { - "data" : [ - [ - "Perl", - 29 - ], - [ - "Raku", - 19 - ], - [ - "Blog", - 12 - ] - ], - "id" : "039", - "name" : "039" - }, - { - "name" : "040", - "id" : "040", - "data" : [ - [ - "Perl", - 39 - ], - [ - "Raku", - 22 - ], - [ - "Blog", - 10 - ] - ] - }, - { - "name" : "041", - "id" : "041", - "data" : [ - [ - "Perl", - 37 - ], - [ - "Raku", - 28 - ], - [ - "Blog", - 9 - ] - ] - }, - { - "name" : "042", - "id" : "042", - "data" : [ - [ - "Perl", - 47 - ], - [ - "Raku", - 30 - ], - [ - "Blog", - 11 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 33 - ], - [ - "Raku", - 22 - ], - [ - "Blog", - 11 - ] - ], - "id" : "043", - "name" : "043" - }, - { - "id" : "044", - "name" : "044", - "data" : [ - [ - "Perl", - 41 - ], - [ - "Raku", - 30 - ], - [ - "Blog", - 11 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 50 - ], - [ - "Raku", - 33 - ], - [ - "Blog", - 11 - ] - ], - "id" : "045", - "name" : "045" - }, - { - "data" : [ - [ - "Perl", - 44 - ], - [ - "Raku", - 31 - ], - [ - "Blog", - 10 - ] - ], - "name" : "046", - "id" : "046" - }, - { - "data" : [ - [ - "Perl", - 43 - ], - [ - "Raku", - 29 - ], - [ - "Blog", - 10 - ] - ], - "id" : "047", - "name" : "047" - }, - { - "id" : "048", - "name" : "048", - "data" : [ - [ - "Perl", - 59 - ], - [ - "Raku", - 35 - ], - [ - "Blog", - 12 - ] - ] - }, - { - "name" : "049", - "id" : "049", - "data" : [ - [ - "Perl", - 48 - ], - [ - "Raku", - 25 - ], - [ - "Blog", - 12 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 50 - ], - [ - "Raku", - 34 - ], - [ - "Blog", - 12 - ] - ], - "name" : "050", - "id" : "050" - }, - { - "id" : "051", - "name" : "051", - "data" : [ - [ - "Perl", - 46 - ], - [ - "Raku", - 30 - ], - [ - "Blog", - 11 - ] - ] - }, - { - "name" : "052", - "id" : "052", - "data" : [ - [ - "Perl", - 45 - ], - [ - "Raku", - 30 - ], - [ - "Blog", - 14 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 45 - ], - [ - "Raku", - 39 - ], - [ - "Blog", - 15 - ] - ], - "id" : "053", - "name" : "053" - }, - { - "name" : "054", - "id" : "054", - "data" : [ - [ - "Perl", - 45 - ], - [ - "Raku", - 38 - ], - [ - "Blog", - 16 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 41 - ], - [ - "Raku", - 31 - ], - [ - "Blog", - 14 - ] - ], - "id" : "055", - "name" : "055" - }, - { - "data" : [ - [ - "Perl", - 47 - ], - [ - "Raku", - 30 - ], - [ - "Blog", - 16 - ] - ], - "id" : "056", - "name" : "056" - }, - { - "data" : [ - [ - "Perl", - 39 - ], - [ - "Raku", - 24 - ], - [ - "Blog", - 15 - ] - ], - "id" : "057", - "name" : "057" - }, - { - "data" : [ - [ - "Perl", - 31 - ], - [ - "Raku", - 19 - ], - [ - "Blog", - 11 - ] - ], - "id" : "058", - "name" : "058" - }, - { - "data" : [ - [ - "Perl", - 37 - ], - [ - "Raku", - 30 - ], - [ - "Blog", - 15 - ] - ], - "id" : "059", - "name" : "059" - }, - { - "data" : [ - [ - "Perl", - 37 - ], - [ - "Raku", - 26 - ], - [ - "Blog", - 15 - ] - ], - "name" : "060", - "id" : "060" - }, - { - "data" : [ - [ - "Perl", - 37 - ], - [ - "Raku", - 28 - ], - [ - "Blog", - 14 - ] - ], - "name" : "061", - "id" : "061" - }, - { - "name" : "062", - "id" : "062", - "data" : [ - [ - "Perl", - 26 - ], - [ - "Raku", - 17 - ], - [ - "Blog", - 11 - ] - ] - }, - { - "name" : "063", - "id" : "063", - "data" : [ - [ - "Perl", - 42 - ], - [ - "Raku", - 32 - ], - [ - "Blog", - 13 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 35 - ], - [ - "Raku", - 25 - ], - [ - "Blog", - 16 - ] - ], - "id" : "064", - "name" : "064" - }, - { - "data" : [ - [ - "Perl", - 32 - ], - [ - "Raku", - 24 - ], - [ - "Blog", - 15 - ] - ], - "id" : "065", - "name" : "065" - }, - { - "data" : [ - [ - "Perl", - 39 - ], - [ - "Raku", - 29 - ], - [ - "Blog", - 13 - ] - ], - "id" : "066", - "name" : "066" - }, - { - "data" : [ - [ - "Perl", - 0 - ], - [ - "Raku", - 4 - ], - [ - "Blog", - 0 - ] - ], - "id" : "067", - "name" : "067" - } - ] - }, - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2020-06-29 12:07:23 GMT" + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2020-06-29 12:10:04 GMT" }, "series" : [ { - "name" : "Perl Weekly Challenge Languages", "colorByPoint" : "true", + "name" : "Perl Weekly Challenge Languages", "data" : [ { - "name" : "#001", "drilldown" : "001", + "name" : "#001", "y" : 142 }, { @@ -1231,19 +18,19 @@ "y" : 109 }, { - "drilldown" : "003", "name" : "#003", + "drilldown" : "003", "y" : 71 }, { + "y" : 91, "name" : "#004", - "drilldown" : "004", - "y" : 91 + "drilldown" : "004" }, { - "name" : "#005", + "y" : 72, "drilldown" : "005", - "y" : 72 + "name" : "#005" }, { "drilldown" : "006", @@ -1251,9 +38,9 @@ "y" : 52 }, { + "y" : 59, "drilldown" : "007", - "name" : "#007", - "y" : 59 + "name" : "#007" }, { "drilldown" : "008", @@ -1261,24 +48,24 @@ "y" : 72 }, { + "y" : 68, "drilldown" : "009", - "name" : "#009", - "y" : 68 + "name" : "#009" }, { - "name" : "#010", + "y" : 60, "drilldown" : "010", - "y" : 60 + "name" : "#010" }, { - "drilldown" : "011", + "y" : 79, "name" : "#011", - "y" : 79 + "drilldown" : "011" }, { - "drilldown" : "012", + "y" : 83, "name" : "#012", - "y" : 83 + "drilldown" : "012" }, { "name" : "#013", @@ -1286,19 +73,19 @@ "y" : 76 }, { - "drilldown" : "014", + "y" : 96, "name" : "#014", - "y" : 96 + "drilldown" : "014" }, { - "drilldown" : "015", "name" : "#015", + "drilldown" : "015", "y" : 93 }, { + "y" : 66, "drilldown" : "016", - "name" : "#016", - "y" : 66 + "name" : "#016" }, { "y" : 79, @@ -1311,9 +98,9 @@ "name" : "#018" }, { - "y" : 97, + "name" : "#019", "drilldown" : "019", - "name" : "#019" + "y" : 97 }, { "name" : "#020", @@ -1322,37 +109,37 @@ }, { "y" : 67, - "name" : "#021", - "drilldown" : "021" + "drilldown" : "021", + "name" : "#021" }, { "y" : 63, - "name" : "#022", - "drilldown" : "022" + "drilldown" : "022", + "name" : "#022" }, { - "y" : 91, "name" : "#023", - "drilldown" : "023" + "drilldown" : "023", + "y" : 91 }, { "y" : 70, - "drilldown" : "024", - "name" : "#024" + "name" : "#024", + "drilldown" : "024" }, { - "name" : "#025", + "y" : 55, "drilldown" : "025", - "y" : 55 + "name" : "#025" }, { + "y" : 70, "drilldown" : "026", - "name" : "#026", - "y" : 70 + "name" : "#026" }, { - "name" : "#027", "drilldown" : "027", + "name" : "#027", "y" : 58 }, { @@ -1361,9 +148,9 @@ "drilldown" : "028" }, { - "y" : 77, "drilldown" : "029", - "name" : "#029" + "name" : "#029", + "y" : 77 }, { "drilldown" : "030", @@ -1376,39 +163,39 @@ "y" : 87 }, { - "name" : "#032", "drilldown" : "032", + "name" : "#032", "y" : 92 }, { "y" : 108, - "name" : "#033", - "drilldown" : "033" + "drilldown" : "033", + "name" : "#033" }, { - "drilldown" : "034", + "y" : 62, "name" : "#034", - "y" : 62 + "drilldown" : "034" }, { - "y" : 62, "name" : "#035", - "drilldown" : "035" + "drilldown" : "035", + "y" : 62 }, { + "y" : 66, "drilldown" : "036", - "name" : "#036", - "y" : 66 + "name" : "#036" }, { - "drilldown" : "037", + "y" : 65, "name" : "#037", - "y" : 65 + "drilldown" : "037" }, { - "y" : 65, "name" : "#038", - "drilldown" : "038" + "drilldown" : "038", + "y" : 65 }, { "drilldown" : "039", @@ -1417,8 +204,8 @@ }, { "y" : 71, - "drilldown" : "040", - "name" : "#040" + "name" : "#040", + "drilldown" : "040" }, { "y" : 74, @@ -1426,33 +213,33 @@ "drilldown" : "041" }, { - "y" : 88, "drilldown" : "042", - "name" : "#042" + "name" : "#042", + "y" : 88 }, { - "y" : 66, + "drilldown" : "043", "name" : "#043", - "drilldown" : "043" + "y" : 66 }, { "y" : 82, - "name" : "#044", - "drilldown" : "044" + "drilldown" : "044", + "name" : "#044" }, { - "y" : 94, "drilldown" : "045", - "name" : "#045" + "name" : "#045", + "y" : 94 }, { - "y" : 85, + "name" : "#046", "drilldown" : "046", - "name" : "#046" + "y" : 85 }, { - "drilldown" : "047", "name" : "#047", + "drilldown" : "047", "y" : 82 }, { @@ -1461,14 +248,14 @@ "name" : "#048" }, { - "y" : 85, + "drilldown" : "049", "name" : "#049", - "drilldown" : "049" + "y" : 85 }, { "y" : 96, - "drilldown" : "050", - "name" : "#050" + "name" : "#050", + "drilldown" : "050" }, { "drilldown" : "051", @@ -1476,9 +263,9 @@ "y" : 87 }, { - "y" : 89, "drilldown" : "052", - "name" : "#052" + "name" : "#052", + "y" : 89 }, { "y" : 99, @@ -1487,42 +274,42 @@ }, { "y" : 99, - "name" : "#054", - "drilldown" : "054" + "drilldown" : "054", + "name" : "#054" }, { - "y" : 86, "name" : "#055", - "drilldown" : "055" + "drilldown" : "055", + "y" : 86 }, { "y" : 93, - "name" : "#056", - "drilldown" : "056" + "drilldown" : "056", + "name" : "#056" }, { + "y" : 78, "name" : "#057", - "drilldown" : "057", - "y" : 78 + "drilldown" : "057" }, { - "y" : 61, + "name" : "#058", "drilldown" : "058", - "name" : "#058" + "y" : 61 }, { + "y" : 82, "name" : "#059", - "drilldown" : "059", - "y" : 82 + "drilldown" : "059" }, { - "y" : 78, + "drilldown" : "060", "name" : "#060", - "drilldown" : "060" + "y" : 78 }, { - "name" : "#061", "drilldown" : "061", + "name" : "#061", "y" : 79 }, { @@ -1531,9 +318,9 @@ "name" : "#062" }, { + "y" : 87, "drilldown" : "063", - "name" : "#063", - "y" : 87 + "name" : "#063" }, { "name" : "#064", @@ -1541,49 +328,1262 @@ "y" : 76 }, { - "y" : 71, "drilldown" : "065", - "name" : "#065" + "name" : "#065", + "y" : 71 }, { - "y" : 81, "drilldown" : "066", - "name" : "#066" + "name" : "#066", + "y" : 81 }, { - "y" : 4, - "drilldown" : "067", - "name" : "#067" + "y" : 6, + "name" : "#067", + "drilldown" : "067" } ] } ], - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } }, - "tooltip" : { - "followPointer" : "true", - "headerFormat" : "", - "pointFormat" : "Challenge {point.name}: {point.y:f}
" + "drilldown" : { + "series" : [ + { + "id" : "001", + "data" : [ + [ + "Perl", + 86 + ], + [ + "Raku", + 45 + ], + [ + "Blog", + 11 + ] + ], + "name" : "001" + }, + { + "id" : "002", + "data" : [ + [ + "Perl", + 65 + ], + [ + "Raku", + 34 + ], + [ + "Blog", + 10 + ] + ], + "name" : "002" + }, + { + "data" : [ + [ + "Perl", + 34 + ], + [ + "Raku", + 28 + ], + [ + "Blog", + 9 + ] + ], + "name" : "003", + "id" : "003" + }, + { + "data" : [ + [ + "Perl", + 50 + ], + [ + "Raku", + 31 + ], + [ + "Blog", + 10 + ] + ], + "name" : "004", + "id" : "004" + }, + { + "data" : [ + [ + "Perl", + 36 + ], + [ + "Raku", + 24 + ], + [ + "Blog", + 12 + ] + ], + "id" : "005", + "name" : "005" + }, + { + "id" : "006", + "data" : [ + [ + "Perl", + 29 + ], + [ + "Raku", + 16 + ], + [ + "Blog", + 7 + ] + ], + "name" : "006" + }, + { + "data" : [ + [ + "Perl", + 28 + ], + [ + "Raku", + 21 + ], + [ + "Blog", + 10 + ] + ], + "name" : "007", + "id" : "007" + }, + { + "data" : [ + [ + "Perl", + 40 + ], + [ + "Raku", + 20 + ], + [ + "Blog", + 12 + ] + ], + "id" : "008", + "name" : "008" + }, + { + "data" : [ + [ + "Perl", + 37 + ], + [ + "Raku", + 18 + ], + [ + "Blog", + 13 + ] + ], + "id" : "009", + "name" : "009" + }, + { + "data" : [ + [ + "Perl", + 32 + ], + [ + "Raku", + 17 + ], + [ + "Blog", + 11 + ] + ], + "name" : "010", + "id" : "010" + }, + { + "data" : [ + [ + "Perl", + 43 + ], + [ + "Raku", + 26 + ], + [ + "Blog", + 10 + ] + ], + "id" : "011", + "name" : "011" + }, + { + "name" : "012", + "data" : [ + [ + "Perl", + 44 + ], + [ + "Raku", + 28 + ], + [ + "Blog", + 11 + ] + ], + "id" : "012" + }, + { + "id" : "013", + "data" : [ + [ + "Perl", + 42 + ], + [ + "Raku", + 21 + ], + [ + "Blog", + 13 + ] + ], + "name" : "013" + }, + { + "data" : [ + [ + "Perl", + 52 + ], + [ + "Raku", + 29 + ], + [ + "Blog", + 15 + ] + ], + "name" : "014", + "id" : "014" + }, + { + "name" : "015", + "data" : [ + [ + "Perl", + 52 + ], + [ + "Raku", + 26 + ], + [ + "Blog", + 15 + ] + ], + "id" : "015" + }, + { + "name" : "016", + "data" : [ + [ + "Perl", + 33 + ], + [ + "Raku", + 21 + ], + [ + "Blog", + 12 + ] + ], + "id" : "016" + }, + { + "data" : [ + [ + "Perl", + 42 + ], + [ + "Raku", + 25 + ], + [ + "Blog", + 12 + ] + ], + "id" : "017", + "name" : "017" + }, + { + "id" : "018", + "data" : [ + [ + "Perl", + 33 + ], + [ + "Raku", + 29 + ], + [ + "Blog", + 14 + ] + ], + "name" : "018" + }, + { + "id" : "019", + "data" : [ + [ + "Perl", + 52 + ], + [ + "Raku", + 32 + ], + [ + "Blog", + 13 + ] + ], + "name" : "019" + }, + { + "data" : [ + [ + "Perl", + 47 + ], + [ + "Raku", + 35 + ], + [ + "Blog", + 13 + ] + ], + "id" : "020", + "name" : "020" + }, + { + "data" : [ + [ + "Perl", + 35 + ], + [ + "Raku", + 22 + ], + [ + "Blog", + 10 + ] + ], + "name" : "021", + "id" : "021" + }, + { + "data" : [ + [ + "Perl", + 32 + ], + [ + "Raku", + 21 + ], + [ + "Blog", + 10 + ] + ], + "id" : "022", + "name" : "022" + }, + { + "data" : [ + [ + "Perl", + 49 + ], + [ + "Raku", + 30 + ], + [ + "Blog", + 12 + ] + ], + "id" : "023", + "name" : "023" + }, + { + "name" : "024", + "data" : [ + [ + "Perl", + 35 + ], + [ + "Raku", + 24 + ], + [ + "Blog", + 11 + ] + ], + "id" : "024" + }, + { + "name" : "025", + "data" : [ + [ + "Perl", + 26 + ], + [ + "Raku", + 17 + ], + [ + "Blog", + 12 + ] + ], + "id" : "025" + }, + { + "data" : [ + [ + "Perl", + 33 + ], + [ + "Raku", + 27 + ], + [ + "Blog", + 10 + ] + ], + "id" : "026", + "name" : "026" + }, + { + "data" : [ + [ + "Perl", + 29 + ], + [ + "Raku", + 20 + ], + [ + "Blog", + 9 + ] + ], + "id" : "027", + "name" : "027" + }, + { + "id" : "028", + "data" : [ + [ + "Perl", + 45 + ], + [ + "Raku", + 24 + ], + [ + "Blog", + 9 + ] + ], + "name" : "028" + }, + { + "data" : [ + [ + "Perl", + 40 + ], + [ + "Raku", + 25 + ], + [ + "Blog", + 12 + ] + ], + "id" : "029", + "name" : "029" + }, + { + "data" : [ + [ + "Perl", + 74 + ], + [ + "Raku", + 31 + ], + [ + "Blog", + 10 + ] + ], + "id" : "030", + "name" : "030" + }, + { + "id" : "031", + "data" : [ + [ + "Perl", + 50 + ], + [ + "Raku", + 28 + ], + [ + "Blog", + 9 + ] + ], + "name" : "031" + }, + { + "data" : [ + [ + "Perl", + 57 + ], + [ + "Raku", + 25 + ], + [ + "Blog", + 10 + ] + ], + "name" : "032", + "id" : "032" + }, + { + "name" : "033", + "data" : [ + [ + "Perl", + 62 + ], + [ + "Raku", + 36 + ], + [ + "Blog", + 10 + ] + ], + "id" : "033" + }, + { + "data" : [ + [ + "Perl", + 30 + ], + [ + "Raku", + 21 + ], + [ + "Blog", + 11 + ] + ], + "name" : "034", + "id" : "034" + }, + { + "name" : "035", + "data" : [ + [ + "Perl", + 33 + ], + [ + "Raku", + 20 + ], + [ + "Blog", + 9 + ] + ], + "id" : "035" + }, + { + "name" : "036", + "data" : [ + [ + "Perl", + 35 + ], + [ + "Raku", + 20 + ], + [ + "Blog", + 11 + ] + ], + "id" : "036" + }, + { + "id" : "037", + "data" : [ + [ + "Perl", + 34 + ], + [ + "Raku", + 22 + ], + [ + "Blog", + 9 + ] + ], + "name" : "037" + }, + { + "data" : [ + [ + "Perl", + 31 + ], + [ + "Raku", + 22 + ], + [ + "Blog", + 12 + ] + ], + "id" : "038", + "name" : "038" + }, + { + "data" : [ + [ + "Perl", + 29 + ], + [ + "Raku", + 19 + ], + [ + "Blog", + 12 + ] + ], + "id" : "039", + "name" : "039" + }, + { + "data" : [ + [ + "Perl", + 39 + ], + [ + "Raku", + 22 + ], + [ + "Blog", + 10 + ] + ], + "name" : "040", + "id" : "040" + }, + { + "data" : [ + [ + "Perl", + 37 + ], + [ + "Raku", + 28 + ], + [ + "Blog", + 9 + ] + ], + "name" : "041", + "id" : "041" + }, + { + "id" : "042", + "data" : [ + [ + "Perl", + 47 + ], + [ + "Raku", + 30 + ], + [ + "Blog", + 11 + ] + ], + "name" : "042" + }, + { + "data" : [ + [ + "Perl", + 33 + ], + [ + "Raku", + 22 + ], + [ + "Blog", + 11 + ] + ], + "id" : "043", + "name" : "043" + }, + { + "data" : [ + [ + "Perl", + 41 + ], + [ + "Raku", + 30 + ], + [ + "Blog", + 11 + ] + ], + "name" : "044", + "id" : "044" + }, + { + "name" : "045", + "data" : [ + [ + "Perl", + 50 + ], + [ + "Raku", + 33 + ], + [ + "Blog", + 11 + ] + ], + "id" : "045" + }, + { + "id" : "046", + "data" : [ + [ + "Perl", + 44 + ], + [ + "Raku", + 31 + ], + [ + "Blog", + 10 + ] + ], + "name" : "046" + }, + { + "data" : [ + [ + "Perl", + 43 + ], + [ + "Raku", + 29 + ], + [ + "Blog", + 10 + ] + ], + "id" : "047", + "name" : "047" + }, + { + "data" : [ + [ + "Perl", + 59 + ], + [ + "Raku", + 35 + ], + [ + "Blog", + 12 + ] + ], + "id" : "048", + "name" : "048" + }, + { + "data" : [ + [ + "Perl", + 48 + ], + [ + "Raku", + 25 + ], + [ + "Blog", + 12 + ] + ], + "name" : "049", + "id" : "049" + }, + { + "data" : [ + [ + "Perl", + 50 + ], + [ + "Raku", + 34 + ], + [ + "Blog", + 12 + ] + ], + "id" : "050", + "name" : "050" + }, + { + "data" : [ + [ + "Perl", + 46 + ], + [ + "Raku", + 30 + ], + [ + "Blog", + 11 + ] + ], + "id" : "051", + "name" : "051" + }, + { + "data" : [ + [ + "Perl", + 45 + ], + [ + "Raku", + 30 + ], + [ + "Blog", + 14 + ] + ], + "id" : "052", + "name" : "052" + }, + { + "id" : "053", + "data" : [ + [ + "Perl", + 45 + ], + [ + "Raku", + 39 + ], + [ + "Blog", + 15 + ] + ], + "name" : "053" + }, + { + "id" : "054", + "data" : [ + [ + "Perl", + 45 + ], + [ + "Raku", + 38 + ], + [ + "Blog", + 16 + ] + ], + "name" : "054" + }, + { + "name" : "055", + "data" : [ + [ + "Perl", + 41 + ], + [ + "Raku", + 31 + ], + [ + "Blog", + 14 + ] + ], + "id" : "055" + }, + { + "name" : "056", + "data" : [ + [ + "Perl", + 47 + ], + [ + "Raku", + 30 + ], + [ + "Blog", + 16 + ] + ], + "id" : "056" + }, + { +