diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-07 22:02:45 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-07 22:02:45 +0000 |
| commit | 558defb28cef986e1c4dadce543ac0a8c8b037e4 (patch) | |
| tree | 2b9e97d9515b0ef707df081454b5040da9252f35 /stats/pwc-language-breakdown-summary.json | |
| parent | 23661b8acb7cf337cc2a933fcec68a081cc5e2ed (diff) | |
| download | perlweeklychallenge-club-558defb28cef986e1c4dadce543ac0a8c8b037e4.tar.gz perlweeklychallenge-club-558defb28cef986e1c4dadce543ac0a8c8b037e4.tar.bz2 perlweeklychallenge-club-558defb28cef986e1c4dadce543ac0a8c8b037e4.zip | |
- Added solutions by Abigail.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 520fac51b8..1031930891 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,28 @@ { - "subtitle" : { - "text" : "Last updated at 2021-02-07 19:51:31 GMT" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -11,7 +30,7 @@ ], [ "Perl", - 4576 + 4578 ], [ "Raku", @@ -19,45 +38,26 @@ ] ], "dataLabels" : { + "y" : 10, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, "align" : "right", - "rotation" : -90, "color" : "#FFFFFF", + "enabled" : "true", "format" : "{point.y:.0f}", - "y" : 10, - "enabled" : "true" - }, - "name" : "Contributions" + "rotation" : -90 + } } ], "legend" : { "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "subtitle" : { + "text" : "Last updated at 2021-02-07 21:52:27 GMT" }, "chart" : { "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" } } |
