From 24a773ee6e26c92505e7e26b9f907f80b8d8843c Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 7 Sep 2021 02:48:55 +0100 Subject: - Added solutions by Luca Ferrari. --- stats/pwc-current.json | 89 +- stats/pwc-language-breakdown-summary.json | 62 +- stats/pwc-language-breakdown.json | 5094 ++++++++++++++--------------- stats/pwc-leaders.json | 358 +- stats/pwc-summary-1-30.json | 108 +- stats/pwc-summary-121-150.json | 120 +- stats/pwc-summary-151-180.json | 108 +- stats/pwc-summary-181-210.json | 34 +- stats/pwc-summary-211-240.json | 30 +- stats/pwc-summary-31-60.json | 46 +- stats/pwc-summary-61-90.json | 22 +- stats/pwc-summary-91-120.json | 94 +- stats/pwc-summary.json | 50 +- 13 files changed, 3117 insertions(+), 3098 deletions(-) diff --git a/stats/pwc-current.json b/stats/pwc-current.json index e6b9694934..b6bbd50c7e 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,4 +1,36 @@ { + "title" : { + "text" : "The Weekly Challenge - 129" + }, + "series" : [ + { + "data" : [ + { + "y" : 2, + "drilldown" : "Abigail", + "name" : "Abigail" + }, + { + "y" : 4, + "drilldown" : "Luca Ferrari", + "name" : "Luca Ferrari" + } + ], + "name" : "The Weekly Challenge - 129", + "colorByPoint" : 1 + } + ], + "legend" : { + "enabled" : 0 + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2021-09-07 01:47:44 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.name}: {point.y:f}
", + "followPointer" : 1, + "headerFormat" : "{series.name}
" + }, "plotOptions" : { "series" : { "borderWidth" : 0, @@ -8,55 +40,42 @@ } } }, - "title" : { - "text" : "The Weekly Challenge - 129" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2021-09-07 01:35:03 GMT" + "chart" : { + "type" : "column" }, "drilldown" : { "series" : [ { "id" : "Abigail", - "name" : "Abigail", "data" : [ [ "Perl", 2 ] - ] + ], + "name" : "Abigail" + }, + { + "id" : "Luca Ferrari", + "data" : [ + [ + "Raku", + 2 + ], + [ + "Blog", + 2 + ] + ], + "name" : "Luca Ferrari" } ] }, - "legend" : { - "enabled" : 0 - }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1, - "headerFormat" : "{series.name}
" - }, - "series" : [ - { - "data" : [ - { - "name" : "Abigail", - "drilldown" : "Abigail", - "y" : 2 - } - ], - "name" : "The Weekly Challenge - 129", - "colorByPoint" : 1 - } - ], - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "xAxis" : { "type" : "category" } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index fc5018e61f..32ca221c12 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,29 +1,29 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "legend" : { + "enabled" : "false" }, "series" : [ { "name" : "Contributions", "dataLabels" : { - "enabled" : "true", - "y" : 10, - "color" : "#FFFFFF", - "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "format" : "{point.y:.0f}", - "align" : "right" + "rotation" : -90, + "enabled" : "true", + "color" : "#FFFFFF", + "y" : 10 }, "data" : [ [ "Blog", - 1851 + 1853 ], [ "Perl", @@ -31,33 +31,33 @@ ], [ "Raku", - 3793 + 3795 ] ] } ], + "subtitle" : { + "text" : "Last updated at 2021-09-07 01:47:44 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "chart" : { "type" : "column" }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2021-09-07 01:35:03 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + } } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index 68b8b8fb05..602b444b18 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,2382 +1,34 @@ { - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2021-09-07 01:35:03 GMT" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, "title" : { "text" : "The Weekly Challenge Language" }, - "legend" : { - "enabled" : "false" - }, "tooltip" : { "pointFormat" : "Challenge {point.name}: {point.y:f}
", "followPointer" : "true", "headerFormat" : "" }, - "drilldown" : { - "series" : [ - { - "name" : "001", - "id" : "001", - "data" : [ - [ - "Perl", - 103 - ], - [ - "Raku", - 47 - ], - [ - "Blog", - 11 - ] - ] - }, - { - "id" : "002", - "name" : "002", - "data" : [ - [ - "Perl", - 79 - ], - [ - "Raku", - 36 - ], - [ - "Blog", - 10 - ] - ] - }, - { - "name" : "003", - "id" : "003", - "data" : [ - [ - "Perl", - 42 - ], - [ - "Raku", - 30 - ], - [ - "Blog", - 9 - ] - ] - }, - { - "name" : "004", - "id" : "004", - "data" : [ - [ - "Perl", - 56 - ], - [ - "Raku", - 33 - ], - [ - "Blog", - 10 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 40 - ], - [ - "Raku", - 26 - ], - [ - "Blog", - 12 - ] - ], - "name" : "005", - "id" : "005" - }, - { - "id" : "006", - "name" : "006", - "data" : [ - [ - "Perl", - 33 - ], - [ - "Raku", - 18 - ], - [ - "Blog", - 7 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 31 - ], - [ - "Raku", - 23 - ], - [ - "Blog", - 10 - ] - ], - "id" : "007", - "name" : "007" - }, - { - "id" : "008", - "name" : "008", - "data" : [ - [ - "Perl", - 44 - ], - [ - "Raku", - 22 - ], - [ - "Blog", - 12 - ] - ] - }, - { - "id" : "009", - "name" : "009", - "data" : [ - [ - "Perl", - 42 - ], - [ - "Raku", - 21 - ], - [ - "Blog", - 13 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 35 - ], - [ - "Raku", - 19 - ], - [ - "Blog", - 11 - ] - ], - "id" : "010", - "name" : "010" - }, - { - "data" : [ - [ - "Perl", - 47 - ], - [ - "Raku", - 28 - ], - [ - "Blog", - 10 - ] - ], - "name" : "011", - "id" : "011" - }, - { - "data" : [ - [ - "Perl", - 48 - ], - [ - "Raku", - 30 - ], - [ - "Blog", - 11 - ] - ], - "id" : "012", - "name" : "012" - }, - { - "id" : "013", - "name" : "013", - "data" : [ - [ - "Perl", - 47 - ], - [ - "Raku", - 25 - ], - [ - "Blog", - 13 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 55 - ], - [ - "Raku", - 31 - ], - [ - "Blog", - 15 - ] - ], - "id" : "014", - "name" : "014" - }, - { - "name" : "015", - "id" : "015", - "data" : [ - [ - "Perl", - 56 - ], - [ - "Raku", - 28 - ], - [ - "Blog", - 15 - ] - ] - }, - { - "id" : "016", - "name" : "016", - "data" : [ - [ - "Perl", - 36 - ], - [ - "Raku", - 23 - ], - [ - "Blog", - 12 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 45 - ], - [ - "Raku", - 27 - ], - [ - "Blog", - 12 - ] - ], - "id" : "017", - "name" : "017" - }, - { - "data" : [ - [ - "Perl", - 36 - ], - [ - "Raku", - 31 - ], - [ - "Blog", - 14 - ] - ], - "id" : "018", - "name" : "018" - }, - { - "id" : "019", - "name" : "019", - "data" : [ - [ - "Perl", - 56 - ], - [ - "Raku", - 34 - ], - [ - "Blog", - 13 - ] - ] - }, - { - "id" : "020", - "name" : "020", - "data" : [ - [ - "Perl", - 51 - ], - [ - "Raku", - 37 - ], - [ - "Blog", - 13 - ] - ] - }, - { - "name" : "021", - "id" : "021", - "data" : [ - [ - "Perl", - 38 - ], - [ - "Raku", - 24 - ], - [ - "Blog", - 10 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 35 - ], - [ - "Raku", - 23 - ], - [ - "Blog", - 10 - ] - ], - "id" : "022", - "name" : "022" - }, - { - "data" : [ - [ - "Perl", - 53 - ], - [ - "Raku", - 32 - ], - [ - "Blog", - 12 - ] - ], - "id" : "023", - "name" : "023" - }, - { - "name" : "024", - "id" : "024", - "data" : [ - [ - "Perl", - 38 - ], - [ - "Raku", - 26 - ], - [ - "Blog", - 11 - ] - ] - }, - { - "id" : "025", - "name" : "025", - "data" : [ - [ - "Perl", - 28 - ], - [ - "Raku", - 19 - ], - [ - "Blog", - 12 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 35 - ], - [ - "Raku", - 29 - ], - [ - "Blog", - 10 - ] - ], - "id" : "026", - "name" : "026" - }, - { - "data" : [ - [ - "Perl", - 29 - ], - [ - "Raku", - 22 - ], - [ - "Blog", - 9 - ] - ], - "id" : "027", - "name" : "027" - }, - { - "data" : [ - [ - "Perl", - 45 - ], - [ - "Raku", - 26 - ], - [ - "Blog", - 9 - ] - ], - "name" : "028", - "id" : "028" - }, - { - "data" : [ - [ - "Perl", - 40 - ], - [ - "Raku", - 27 - ], - [ - "Blog", - 12 - ] - ], - "id" : "029", - "name" : "029" - }, - { - "id" : "030", - "name" : "030", - "data" : [ - [ - "Perl", - 74 - ], - [ - "Raku", - 33 - ], - [ - "Blog", - 10 - ] - ] - }, - { - "name" : "031", - "id" : "031", - "data" : [ - [ - "Perl", - 50 - ], - [ - "Raku", - 30 - ], - [ - "Blog", - 9 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 57 - ], - [ - "Raku", - 27 - ], - [ - "Blog", - 10 - ] - ], - "name" : "032", - "id" : "032" - }, - { - "data" : [ - [ - "Perl", - 62 - ], - [ - "Raku", - 38 - ], - [ - "Blog", - 10 - ] - ], - "name" : "033", - "id" : "033" - }, - { - "data" : [ - [ - "Perl", - 30 - ], - [ - "Raku", - 23 - ], - [ - "Blog", - 11 - ] - ], - "id" : "034", - "name" : "034" - }, - { - "data" : [ - [ - "Perl", - 33 - ], - [ - "Raku", - 22 - ], - [ - "Blog", - 9 - ] - ], - "name" : "035", - "id" : "035" - }, - { - "data" : [ - [ - "Perl", - 35 - ], - [ - "Raku", - 22 - ], - [ - "Blog", - 11 - ] - ], - "id" : "036", - "name" : "036" - }, - { - "name" : "037", - "id" : "037", - "data" : [ - [ - "Perl", - 34 - ], - [ - "Raku", - 24 - ], - [ - "Blog", - 9 - ] - ] - }, - { - "name" : "038", - "id" : "038", - "data" : [ - [ - "Perl", - 32 - ], - [ - "Raku", - 24 - ], - [ - "Blog", - 12 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 29 - ], - [ - "Raku", - 21 - ], - [ - "Blog", - 12 - ] - ], - "id" : "039", - "name" : "039" - }, - { - "id" : "040", - "name" : "040", - "data" : [ - [ - "Perl", - 39 - ], - [ - "Raku", - 24 - ], - [ - "Blog", - 10 - ] - ] - }, - { - "name" : "041", - "id" : "041", - "data" : [ - [ - "Perl", - 37 - ], - [ - "Raku", - 30 - ], - [ - "Blog", - 9 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 47 - ], - [ - "Raku", - 34 - ], - [ - "Blog", - 11 - ] - ], - "id" : "042", - "name" : "042" - }, - { - "name" : "043", - "id" : "043", - "data" : [ - [ - "Perl", - 33 - ], - [ - "Raku", - 24 - ], - [ - "Blog", - 11 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 41 - ], - [ - "Raku", - 33 - ], - [ - "Blog", - 11 - ] - ], - "id" : "044", - "name" : "044" - }, - { - "id" : "045", - "name" : "045", - "data" : [ - [ - "Perl", - 50 - ], - [ - "Raku", - 35 - ], - [ - "Blog", - 11 - ] - ] - }, - { - "id" : "046", - "name" : "046", - "data" : [ - [ - "Perl", - 44 - ], - [ - "Raku", - 33 - ], - [ - "Blog", - 10 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 43 - ], - [ - "Raku", - 31 - ], - [ - "Blog", - 10 - ] - ], - "name" : "047", - "id" : "047" - }, - { - "data" : [ - [ - "Perl", - 59 - ], - [ - "Raku", - 37 - ], - [ - "Blog", - 12 - ] - ], - "id" : "048", - "name" : "048" - }, - { - "data" : [ - [ - "Perl", - 50 - ], - [ - "Raku", - 27 - ], - [ - "Blog", - 12 - ] - ], - "id" : "049", - "name" : "049" - }, - { - "name" : "050", - "id" : "050", - "data" : [ - [ - "Perl", - 50 - ], - [ - "Raku", - 36 - ], - [ - "Blog", - 12 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 46 - ], - [ - "Raku", - 32 - ], - [ - "Blog", - 11 - ] - ], - "id" : "051", - "name" : "051" - }, - { - "data" : [ - [ - "Perl", - 45 - ], - [ - "Raku", - 32 - ], - [ - "Blog", - 14 - ] - ], - "id" : "052", - "name" : "052" - }, - { - "data" : [ - [ - "Perl", - 45 - ], - [ - "Raku", - 41 - ], - [ - "Blog", - 15 - ] - ], - "name" : "053", - "id" : "053" - }, - { - "data" : [ - [ - "Perl", - 45 - ], - [ - "Raku", - 40 - ], - [ - "Blog", - 18 - ] - ], - "name" : "054", - "id" : "054" - }, - { - "data" : [ - [ - "Perl", - 41 - ], - [ - "Raku", - 33 - ], - [ - "Blog", - 14 - ] - ], - "name" : "055", - "id" : "055" - }, - { - "id" : "056", - "name" : "056", - "data" : [ - [ - "Perl", - 47 - ], - [ - "Raku", - 32 - ], - [ - "Blog", - 16 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 39 - ], - [ - "Raku", - 26 - ], - [ - "Blog", - 15 - ] - ], - "name" : "057", - "id" : "057" - }, - { - "data" : [ - [ - "Perl", - 33 - ], - [ - "Raku", - 23 - ], - [ - "Blog", - 13 - ] - ], - "name" : "058", - "id" : "058" - }, - { - "data" : [ - [ - "Perl", - 39 - ], - [ - "Raku", - 34 - ], - [ - "Blog", - 16 - ] - ], - "name" : "059", - "id" : "059" - }, - { - "data" : [ - [ - "Perl", - 39 - ], - [ - "Raku", - 30 - ], - [ - "Blog", - 16 - ] - ], - "id" : "060", - "name" : "060" - }, - { - "name" : "061", - "id" : "061", - "data" : [ - [ - "Perl", - 37 - ], - [ - "Raku", - 30 - ], - [ - "Blog", - 14 - ] - ] - }, - { - "id" : "062", - "name" : "062", - "data" : [ - [ - "Perl", - 28 - ], - [ - "Raku", - 19 - ], - [ - "Blog", - 11 - ] - ] - }, - { - "name" : "063", - "id" : "063", - "data" : [ - [ - "Perl", - 42 - ], - [ - "Raku", - 34 - ], - [ - "Blog", - 13 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 35 - ], - [ - "Raku", - 29 - ], - [ - "Blog", - 16 - ] - ], - "name" : "064", - "id" : "064" - }, - { - "data" : [ - [ - "Perl", - 32 - ], - [ - "Raku", - 26 - ], - [ - "Blog", - 15 - ] - ], - "id" : "065", - "name" : "065" - }, - { - "id" : "066", - "name" : "066", - "data" : [ - [ - "Perl", - 39 - ], - [ - "Raku", - 31 - ], - [ - "Blog", - 14 - ] - ] - }, - { - "name" : "067", - "id" : "067", - "data" : [ - [ - "Perl", - 38 - ], - [ - "Raku", - 34 - ], - [ - "Blog", - 18 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 33 - ], - [ - "Raku", - 29 - ], - [ - "Blog", - 13 - ] - ], - "id" : "068", - "name" : "068" - }, - { - "data" : [ - [ - "Perl", - 39 - ], - [ - "Raku", - 28 - ], - [ - "Blog", - 16 - ] - ], - "name" : "069", - "id" : "069" - }, - { - "data" : [ - [ - "Perl", - 42 - ], - [ - "Raku", - 34 - ], - [ - "Blog", - 17 - ] - ], - "name" : "070", - "id" : "070" - }, - { - "data" : [ - [ - "Perl", - 31 - ], - [ - "Raku", - 32 - ], - [ - "Blog", - 15 - ] - ], - "name" : "071", - "id" : "071" - }, - { - "name" : "072", - "id" : "072", - "data" : [ - [ - "Perl", - 51 - ], - [ - "Raku", - 42 - ], - [ - "Blog", - 19 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 53 - ], - [ - "Raku", - 40 - ], - [ - "Blog", - 17 - ] - ], - "name" : "073", - "id" : "073" - }, - { - "data" : [ - [ - "Perl", - 56 - ], - [ - "Raku", - 39 - ], - [ - "Blog", - 20 - ] - ], - "name" : "074", - "id" : "074" - }, - { - "id" : "075", - "name" : "075", - "data" : [ - [ - "Perl", - 57 - ], - [ - "Raku", - 38 - ], - [ - "Blog", - 20 - ] - ] - }, - { - "name" : "076", - "id" : "076", - "data" : [ - [ - "Perl", - 51 - ], - [ - "Raku", - 32 - ], - [ - "Blog", - 16 - ] - ] - }, - { - "id" : "077", - "name" : "077", - "data" : [ - [ - "Perl", - 50 - ], - [ - "Raku", - 34 - ], - [ - "Blog", - 14 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 68 - ], - [ - "Raku", - 41 - ], - [ - "Blog", - 18 - ] - ], - "id" : "078", - "name" : "078" - }, - { - "data" : [ - [ - "Perl", - 68 - ], - [ - "Raku", - 37 - ], - [ - "Blog", - 17 - ] - ], - "name" : "079", - "id" : "079" - }, - { - "data" : [ - [ - "Perl", - 75 - ], - [ - "Raku", - 36 - ], - [ - "Blog", - 16 - ] - ], - "name" : "080", - "id" : "080" - }, - { - "data" : [ - [ - "Perl", - 65 - ], - [ - "Raku", - 34 - ], - [ - "Blog", - 15 - ] - ], - "id" : "081", - "name" : "081" - }, - { - "data" : [ - [ - "Perl", - 62 - ], - [ - "Raku", - 35 - ], - [ - "Blog", - 17 - ] - ], - "id" : "082", - "name" : "082" - }, - { - "data" : [ - [ - "Perl", - 73 - ], - [ - "Raku", - 38 - ], - [ - "Blog", - 16 - ] - ], - "name" : "083", - "id" : "083" - }, - { - "data" : [ - [ - "Perl", - 71 - ], - [ - "Raku", - 36 - ], - [ - "Blog", - 12 - ] - ], - "name" : "084", - "id" : "084" - }, - { - "data" : [ - [ - "Perl", - 64 - ], - [ - "Raku", - 32 - ], - [ - "Blog", - 18 - ] - ], - "id" : "085", - "name" : "085" - }, - { - "id" : "086", - "name" : "086", - "data" : [ - [ - "Perl", - 58 - ], - [ - "Raku", - 31 - ], - [ - "Blog", - 15 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 56 - ], - [ - "Raku", - 31 - ], - [ - "Blog", - 14 - ] - ], - "name" : "087", - "id" : "087" - }, - { - "id" : "088", - "name" : "088", - "data" : [ - [ - "Perl", - 65 - ], - [ - "Raku", - 36 - ], - [ - "Blog", - 20 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 59 - ], - [ - "Raku", - 34 - ], - [ - "Blog", - 20 - ] - ], - "id" : "089", - "name" : "089" - }, - { - "id" : "090", - "name" : "090", - "data" : [ - [ - "Perl", - 57 - ], - [ - "Raku", - 39 - ], - [ - "Blog", - 17 - ] - ] - }, - { - "id" : "091", - "name" : "091", - "data" : [ - [ - "Perl", - 56 - ], - [ - "Raku", - 36 - ], - [ - "Blog", - 16 - ] - ] - }, - { - "id" : "092", - "name" : "092", - "data" : [ - [ - "Perl", - 52 - ], - [ - "Raku", - 30 - ], - [ - "Blog", - 16 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 46 - ], - [ - "Raku", - 25 - ], - [ - "Blog", - 16 - ] - ], - "name" : "093", - "id" : "093" - }, - { - "id" : "094", - "name" : "094", - "data" : [ - [ - "Perl", - 44 - ], - [ - "Raku", - 26 - ], - [ - "Blog", - 17 - ] - ] - }, - { - "name" : "095", - "id" : "095", - "data" : [ - [ - "Perl", - 56 - ], - [ - "Raku", - 33 - ], - [ - "Blog", - 19 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 52 - ], - [ - "Raku", - 37 - ], - [ - "Blog", - 19 - ] - ], - "name" : "096", - "id" : "096" - }, - { - "id" : "097", - "name" : "097", - "data" : [ - [ - "Perl", - 63 - ], - [ - "Raku", - 29 - ], - [ - "Blog", - 19 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 59 - ], - [ - "Raku", - 32 - ], - [ - "Blog", - 17 - ] - ], - "name" : "098", - "id" : "098" - }, - { - "name" : "099", - "id" : "099", - "data" : [ - [ - "Perl", - 56 - ], - [ - "Raku", - 27 - ], - [ - "Blog", - 14 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 69 - ], - [ - "Raku", - 30 - ], - [ - "Blog", - 21 - ] - ], - "id" : "100", - "name" : "100" - }, - { - "id" : "101", - "name" : "101", - "data" : [ - [ - "Perl", - 46 - ], - [ - "Raku", - 24 - ], - [ - "Blog", - 13 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 52 - ], - [ - "Raku", - 23 - ], - [ - "Blog", - 15 - ] - ], - "id" : "102", - "name" : "102" - }, - { - "name" : "103", - "id" : "103", - "data" : [ - [ - "Perl", - 41 - ], - [ - "Raku", - 23 - ], - [ - "Blog", - 15 - ] - ] - }, - { - "name" : "104", - "id" : "104", - "data" : [ - [ - "Perl", - 43 - ], - [ - "Raku", - 28 - ], - [ - "Blog", - 14 - ] - ] - }, - { - "name" : "105", - "id" : "105", - "data" : [ - [ - "Perl", - 38 - ], - [ - "Raku", - 23 - ], - [ - "Blog", - 14 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 49 - ], - [ - "Raku", - 31 - ], - [ - "Blog", - 17 - ] - ], - "name" : "106", - "id" : "106" - }, - { - "id" : "107", - "name" : "107", - "data" : [ - [ - "Perl", - 45 - ], - [ - "Raku", - 26 - ], - [ - "Blog", - 19 - ] - ] - }, - { - "id" : "108", - "name" : "108", - "data" : [ - [ - "Perl", - 47 - ], - [ - "Raku", - 27 - ], - [ - "Blog", - 20 - ] - ] - }, - { - "id" : "109", - "name" : "109", - "data" : [ - [ - "Perl", - 48 - ], - [ - "Raku", - 37 - ], - [ - "Blog", - 22 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 51 - ], - [ - "Raku", - 32 - ], - [ - "Blog", - 25 - ] - ], - "name" : "110", - "id" : "110" - }, - { - "data" : [ - [ - "Perl", - 47 - ], - [ - "Raku", - 27 - ], - [ - "Blog", - 17 - ] - ], - "id" : "111", - "name" : "111" - }, - { - "data" : [ - [ - "Perl", - 45 - ], - [ - "Raku", - 28 - ], - [ - "Blog", - 19 - ] - ], - "id" : "112", - "name" : "112" - }, - { - "data" : [ - [ - "Perl", - 43 - ], - [ - "Raku", - 30 - ], - [ - "Blog", - 19 - ] - ], - "name" : "113", - "id" : "113" - }, - { - "name" : "114", - "id" : "114", - "data" : [ - [ - "Perl", - 53 - ], - [ - "Raku", - 34 - ], - [ - "Blog", - 21 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 47 - ], - [ - "Raku", - 29 - ], - [ - "Blog", - 20 - ] - ], - "name" : "115", - "id" : "115" - }, - { - "name" : "116", - "id" : "116", - "data" : [ - [ - "Perl", - 49 - ], - [ - "Raku", - 29 - ], - [ - "Blog", - 17 - ] - ] - }, - { - "name" : "117", - "id" : "117", - "data" : [ - [ - "Perl", - 49 - ], - [ - "Raku", - 29 - ], - [ - "Blog", - 19 - ] - ] - }, - { - "name" : "118", - "id" : "118", - "data" : [ - [ - "Perl", - 47 - ], - [ - "Raku", - 17 - ], - [ - "Blog", - 17 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 69 - ], - [ - "Raku", - 33 - ], - [ - "Blog", - 21 - ] - ], - "name" : "119", - "id" : "119" - }, - { - "name" : "120", - "id" : "120", - "data" : [ - [ - "Perl", - 65 - ], - [ - "Raku", - 28 - ], - [ - "Blog", - 21 - ] - ] - }, - { - "id" : "121", - "name" : "121", - "data" : [ - [ - "Perl", - 50 - ], - [ - "Raku", - 23 - ], - [ - "Blog", - 17 - ] - ] - }, - { - "id" : "122", - "name" : "122", - "data" : [ - [ - "Perl", - 55 - ], - [ - "Raku", - 31 - ], - [ - "Blog", - 20 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 54 - ], - [ - "Raku", - 29 - ], - [ - "Blog", - 18 - ] - ], - "name" : "123", - "id" : "123" - }, - { - "data" : [ - [ - "Perl", - 42 - ], - [ - "Raku", - 23 - ], - [ - "Blog", - 16 - ] - ], - "name" : "124", - "id" : "124" - }, - { - "name" : "125", - "id" : "125", - "data" : [ - [ - "Perl", - 33 - ], - [ - "Raku", - 17 - ], - [ - "Blog", - 11 - ] - ] - }, - { - "name" : "126", - "id" : "126", - "data" : [ - [ - "Perl", - 59 - ], - [ - "Raku", - 27 - ], - [ - "Blog", - 18 - ] - ] - }, - { - "data" : [ - [ - "Perl", - 65 - ], - [ - "Raku", - 25 - ], - [ - "Blog", - 17 - ] - ], - "name" : "127", - "id" : "127" - }, - { - "data" : [ - [ - "Perl", - 34 - ], - [ - "Raku", - 16 - ], - [ - "Blog", - 14 - ] - ], - "id" : "128", - "name" : "128" - }, - { - "data" : [ - [ - "Perl", - 2 - ], - [ - "Raku", - 0 - ], - [ - "Blog", - 0 - ] - ], - "id" : "129", - "name" : "129" - } - ] - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "series" : [ { - "name" : "The Weekly Challenge Languages", - "colorByPoint" : "true", "data" : [ { - "name" : "#001", "drilldown" : "001", - "y" : 161 + "y" : 161, + "name" : "#001" }, { - "drilldown" : "002", "name" : "#002", - "y" : 125 + "y" : 125, + "drilldown" : "002" }, { + "y" : 81, "drilldown" : "003", - "name" : "#003", - "y" : 81 + "name" : "#003" }, { - "y" : 99, + "name" : "#004", "drilldown" : "004", - "name" : "#004" + "y" : 99 }, { "y" : 78, @@ -2389,19 +41,19 @@ "y" : 58 }, { - "drilldown" : "007", "name" : "#007", + "drilldown" : "007", "y" : 64 }, { + "name" : "#008", "y" : 78, - "drilldown" : "008", - "name" : "#008" + "drilldown" : "008" }, { + "drilldown" : "009", "y" : 76, - "name" : "#009", - "drilldown" : "009" + "name" : "#009" }, { "y" : 65, @@ -2409,9 +61,9 @@ "name" : "#010" }, { - "name" : "#011", + "y" : 85, "drilldown" : "011", - "y" : 85 + "name" : "#011" }, { "y" : 89, @@ -2419,84 +71,84 @@ "name" : "#012" }, { - "name" : "#013", "drilldown" : "013", - "y" : 85 + "y" : 85, + "name" : "#013" }, { + "name" : "#014", "y" : 101, - "drilldown" : "014", - "name" : "#014" + "drilldown" : "014" }, { - "y" : 99, "drilldown" : "015", + "y" : 99, "name" : "#015" }, { - "y" : 71, "name" : "#016", - "drilldown" : "016" + "drilldown" : "016", + "y" : 71 }, { - "y" : 84, "name" : "#017", + "y" : 84, "drilldown" : "017" }, { "y" : 81, - "name" : "#018", - "drilldown" : "018" + "drilldown" : "018", + "name" : "#018" }, { - "y" : 103, + "name" : "#019", "drilldown" : "019", - "name" : "#019" + "y" : 103 }, { - "name" : "#020", + "y" : 101, "drilldown" : "020", - "y" : 101 + "name" : "#020" }, { "drilldown" : "021", - "name" : "#021", - "y" : 72 + "y" : 72, + "name" : "#021" }, { - "drilldown" : "022", "name" : "#022", + "drilldown" : "022", "y" : 68 }, { + "name" : "#023", "y" : 97, - "drilldown" : "023", - "name" : "#023" + "drilldown" : "023" }, { - "y" : 75, "name" : "#024", + "y" : 75, "drilldown" : "024" }, { "name" : "#025", - "drilldown" : "025", - "y" : 59 + "y" : 59, + "drilldown" : "025" }, { - "y" : 74, + "name" : "#026", "drilldown" : "026", - "name" : "#026" + "y" : 74 }, { "name" : "#027", - "drilldown" : "027", - "y" : 60 + "y" : 60, + "drilldown" : "027" }, { - "drilldown" : "028", "name" : "#028", - "y" : 80 + "y" : 80, + "drilldown" : "028" }, { "name" : "#029", @@ -2504,44 +156,44 @@ "y" : 79 }, { - "y" : 117, "name" : "#030", - "drilldown" : "030" + "drilldown" : "030", + "y" : 117 }, { - "y" : 89, + "name" : "#031", "drilldown" : "031", - "name" : "#031" + "y" : 89 }, { - "drilldown" : "032", "name" : "#032", - "y" : 94 + "y" : 94, + "drilldown" : "032" }, { "drilldown" : "033", - "name" : "#033", - "y" : 110 + "y" : 110, + "name" : "#033" }, { - "drilldown" : "034", "name" : "#034", - "y" : 64 + "y" : 64, + "drilldown" : "034" }, { - "y" : 64, "drilldown" : "035", + "y" : 64, "name" : "#035" }, { + "y" : 68, "drilldown" : "036", - "name" : "#036", - "y" : 68 + "name" : "#036" }, { - "drilldown" : "037", "name" : "#037", - "y" : 67 + "y" : 67, + "drilldown" : "037" }, { "y" : 68, @@ -2559,24 +211,24 @@ "y" : 73 }, { + "drilldown" : "041", "y" : 76, - "name" : "#041", - "drilldown" : "041" + "name" : "#041" }, { "y" : 92, - "name" : "#042", - "drilldown" : "042" + "drilldown" : "042", + "name" : "#042" }, { - "y" : 68, "name" : "#043", - "drilldown" : "043" + "drilldown" : "043", + "y" : 68 }, { + "drilldown" : "044", "y" : 85, - "name" : "#044", - "drilldown" : "044" + "name" : "#044" }, { "name" : "#045", @@ -2584,48 +236,48 @@ "y" : 96 }, { - "name" : "#046", "drilldown" : "046", - "y" : 87 + "y" : 87, + "name" : "#046" }, { - "drilldown" : "047", "name" : "#047", + "drilldown" : "047", "y" : 84 }, { "drilldown" : "048", - "name" : "#048", - "y" : 108 + "y" : 108, + "name" : "#048" }, { "y" : 89, - "name" : "#049", - "drilldown" : "049" + "drilldown" : "049", + "name" : "#049" }, { - "name" : "#050", + "y" : 98, "drilldown" : "050", - "y" : 98 + "name" : "#050" }, { + "name" : "#051", "y" : 89, - "drilldown" : "051", - "name" : "#051" + "drilldown" : "051" }, { "y" : 91, - "name" : "#052", - "drilldown" : "052" + "drilldown" : "052", + "name" : "#052" }, { + "drilldown" : "053", "y" : 101, - "name" : "#053", - "drilldown" : "053" + "name" : "#053" }, { - "y" : 103, "name" : "#054", + "y" : 103, "drilldown" : "054" }, { @@ -2639,54 +291,54 @@ "y" : 95 }, { - "y" : 80, "name" : "#057", - "drilldown" : "057" + "drilldown" : "057", + "y"