diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-14 13:59:17 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-14 13:59:17 +0000 |
| commit | 6cf0f1d6a11fc23b2fbf66c4ceee99cd75c21f16 (patch) | |
| tree | 79ced06c55dde387e67372163801044bf29ab009 /stats/pwc-language-breakdown-summary.json | |
| parent | 681bb63998c1e90ac5003e4e40cff1e7a483c09d (diff) | |
| download | perlweeklychallenge-club-6cf0f1d6a11fc23b2fbf66c4ceee99cd75c21f16.tar.gz perlweeklychallenge-club-6cf0f1d6a11fc23b2fbf66c4ceee99cd75c21f16.tar.bz2 perlweeklychallenge-club-6cf0f1d6a11fc23b2fbf66c4ceee99cd75c21f16.zip | |
- Added solutions to week 27 by Paulo Custodio.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index ba4f428300..22022756a5 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,49 +1,9 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "subtitle" : { - "text" : "Last updated at 2021-12-14 13:33:17 GMT" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "y" : 10, - "format" : "{point.y:.0f}", - "rotation" : -90, - "enabled" : "true", - "align" : "right", - "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, "data" : [ [ "Blog", @@ -51,13 +11,53 @@ ], [ "Perl", - 6867 + 6869 ], [ "Raku", 4154 ] - ] + ], + "dataLabels" : { + "rotation" : -90, + "y" : 10, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", + "enabled" : "true" + }, + "name" : "Contributions" } - ] + ], + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2021-12-14 13:58:01 GMT" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + } } |
