diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-30 23:14:59 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-30 23:14:59 +0100 |
| commit | 63c689df60268695ea169dd16e90fde1e20da5cd (patch) | |
| tree | 285fb2827e4fb9d3d2bc930f5ed58209ea2538e9 /stats/pwc-language-breakdown-summary.json | |
| parent | 0f1f40445e6362bb19f82bfd40aa519fc2ed1fc3 (diff) | |
| download | perlweeklychallenge-club-63c689df60268695ea169dd16e90fde1e20da5cd.tar.gz perlweeklychallenge-club-63c689df60268695ea169dd16e90fde1e20da5cd.tar.bz2 perlweeklychallenge-club-63c689df60268695ea169dd16e90fde1e20da5cd.zip | |
- Added solutions by Arne Sommer for Challenge 001.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 60612d6daf..52d8155e59 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,56 +1,56 @@ { - "subtitle" : { - "text" : "Last updated at 2019-08-30 20:26:56 GMT" - }, "series" : [ { "data" : [ [ "Blog", - 233 + 234 ], [ "Perl 5", - 944 + 946 ], [ "Perl 6", - 569 + 571 ] ], - "name" : "Contributions", "dataLabels" : { "color" : "#FFFFFF", - "align" : "right", + "format" : "{point.y:.0f}", "enabled" : "true", + "align" : "right", "y" : 10, - "format" : "{point.y:.0f}", + "rotation" : -90, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90 - } + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "name" : "Contributions" } ], "chart" : { "type" : "column" }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "subtitle" : { + "text" : "Last updated at 2019-08-30 22:13:48 GMT" + }, + "legend" : { + "enabled" : "false" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, |
