diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-26 17:12:29 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-26 17:12:29 +0100 |
| commit | f9ab3f28f95c1abc60ea7b1d905de3326394ce0a (patch) | |
| tree | 19f9c636d9c93af27d1d9542547739b83a8aa1ce /stats/pwc-language-breakdown-summary.json | |
| parent | 125496ee51fe5f4ce3dd22ae2480b522569c4152 (diff) | |
| download | perlweeklychallenge-club-f9ab3f28f95c1abc60ea7b1d905de3326394ce0a.tar.gz perlweeklychallenge-club-f9ab3f28f95c1abc60ea7b1d905de3326394ce0a.tar.bz2 perlweeklychallenge-club-f9ab3f28f95c1abc60ea7b1d905de3326394ce0a.zip | |
- Added solutions by Stuart Little.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 154a7e89e4..5a8f7cca2e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,20 +1,29 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "series" : [ { "dataLabels" : { - "align" : "right", - "color" : "#FFFFFF", "enabled" : "true", - "y" : 10, - "format" : "{point.y:.0f}", "rotation" : -90, + "y" : 10, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "align" : "right", + "color" : "#FFFFFF", + "format" : "{point.y:.0f}" }, "data" : [ [ @@ -23,41 +32,32 @@ ], [ "Perl", - 5160 + 5162 ], [ "Raku", - 3284 + 3286 ] ], "name" : "Contributions" } ], + "subtitle" : { + "text" : "Last updated at 2021-04-26 16:10:19 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "legend" : { "enabled" : "false" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } - }, - "subtitle" : { - "text" : "Last updated at 2021-04-26 16:00:02 GMT" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + }, + "type" : "category" } } |
