diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-31 11:52:15 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-31 11:52:15 +0100 |
| commit | 4d46176ccf4080081fde9a1a4aa3ec2f6feb52f8 (patch) | |
| tree | 9e895756f81978b481001b1ae7985d77439100f6 /stats/pwc-language-breakdown-summary.json | |
| parent | 3126c4f3d8afaa4090aaa0054cfecee63ed797ac (diff) | |
| download | perlweeklychallenge-club-4d46176ccf4080081fde9a1a4aa3ec2f6feb52f8.tar.gz perlweeklychallenge-club-4d46176ccf4080081fde9a1a4aa3ec2f6feb52f8.tar.bz2 perlweeklychallenge-club-4d46176ccf4080081fde9a1a4aa3ec2f6feb52f8.zip | |
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 353c10ea3b..6c7d36acd1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,37 +1,6 @@ { - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "subtitle" : { - "text" : "Last updated at 2021-05-31 10:46:10 GMT" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "color" : "#FFFFFF", - "rotation" : -90, - "enabled" : "true", - "y" : 10, - "align" : "right", - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, "data" : [ [ "Blog", @@ -39,25 +8,56 @@ ], [ "Perl", - 5409 + 5411 ], [ "Raku", 3435 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "format" : "{point.y:.0f}", + "rotation" : -90, + "color" : "#FFFFFF", + "y" : 10, + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true" + } } ], + "subtitle" : { + "text" : "Last updated at 2021-05-31 10:51:54 GMT" + }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "chart" : { "type" : "column" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "legend" : { + "enabled" : "false" } } |
