diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-10-13 11:04:21 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-10-13 11:04:21 +0100 |
| commit | 8fefadda8698174fc7d7e5fc9b150a3afd547f46 (patch) | |
| tree | bbc94b65cb36c068b3324690d7be005d7a6ad3f9 /stats/pwc-language-breakdown-summary.json | |
| parent | f64f228444d4d1fa90f3b397a256d93830ce0c9b (diff) | |
| download | perlweeklychallenge-club-8fefadda8698174fc7d7e5fc9b150a3afd547f46.tar.gz perlweeklychallenge-club-8fefadda8698174fc7d7e5fc9b150a3afd547f46.tar.bz2 perlweeklychallenge-club-8fefadda8698174fc7d7e5fc9b150a3afd547f46.zip | |
- Added solutions by Simon Proctor.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 29d2c81944..427fac731b 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,46 +1,22 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "legend" : { "enabled" : "false" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "y" : 10, + "align" : "right", + "color" : "#FFFFFF", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "y" : 10, "enabled" : "true", - "align" : "right", - "rotation" : -90, - "format" : "{point.y:.0f}" + "rotation" : -90 }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -52,12 +28,36 @@ ], [ "Raku", - 2260 + 2262 ] ] } ], + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "subtitle" : { - "text" : "Last updated at 2020-10-13 08:29:00 GMT" + "text" : "Last updated at 2020-10-13 10:04:09 GMT" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } |
