diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-31 00:30:12 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-31 00:30:12 +0000 |
| commit | a8df616d85595d4544cc36b828861f15fbb703c1 (patch) | |
| tree | 77c445cf2322ac34478d9a1f55c31645dd1ba89d /stats/pwc-language-breakdown-summary.json | |
| parent | 0bda5c5c4725ca1c41bf9b24999a30676b0a6761 (diff) | |
| download | perlweeklychallenge-club-a8df616d85595d4544cc36b828861f15fbb703c1.tar.gz perlweeklychallenge-club-a8df616d85595d4544cc36b828861f15fbb703c1.tar.bz2 perlweeklychallenge-club-a8df616d85595d4544cc36b828861f15fbb703c1.zip | |
- Added solutions by Lubos Kolouch.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index ba28369b1d..9ac0826c21 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,9 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "xAxis" : { "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } }, "type" : "category" @@ -23,8 +17,29 @@ "legend" : { "enabled" : "false" }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "series" : [ { + "dataLabels" : { + "enabled" : "true", + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}", + "y" : 10, + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, "data" : [ [ "Blog", @@ -32,32 +47,17 @@ ], [ "Perl", - 4242 + 4244 ], [ "Raku", 2808 ] ], - "name" : "Contributions", - "dataLabels" : { - "y" : 10, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "rotation" : -90, - "align" : "right", - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "name" : "Contributions" } ], - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "Last updated at 2020-12-31 00:13:18 GMT" + "text" : "Last updated at 2020-12-31 00:29:18 GMT" } } |
