diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-27 03:53:26 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-27 03:53:26 +0100 |
| commit | 097ec2bd0c29bf05e55dbb5b4e1850275e966e2c (patch) | |
| tree | 52a14a65114a4e49b5d78daa0e7cb0812f80190c /stats/pwc-language-breakdown-summary.json | |
| parent | e39b957852e0c18252f921204a5a7e84bb33dcea (diff) | |
| download | perlweeklychallenge-club-097ec2bd0c29bf05e55dbb5b4e1850275e966e2c.tar.gz perlweeklychallenge-club-097ec2bd0c29bf05e55dbb5b4e1850275e966e2c.tar.bz2 perlweeklychallenge-club-097ec2bd0c29bf05e55dbb5b4e1850275e966e2c.zip | |
- Added solutions by Walt Mankowski.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 45b7b272a8..eb2fa0a4fe 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,44 +1,17 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2020-08-27 00:59:23 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "series" : [ { "data" : [ [ "Blog", - 919 + 920 ], [ "Perl", - 3110 + 3112 ], [ "Raku", @@ -47,17 +20,44 @@ ], "name" : "Contributions", "dataLabels" : { - "rotation" : -90, - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, "y" : 10, + "rotation" : -90, "format" : "{point.y:.0f}", + "align" : "right", "enabled" : "true", - "color" : "#FFFFFF" + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } } } - ] + ], + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "subtitle" : { + "text" : "Last updated at 2020-08-27 02:53:06 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "legend" : { + "enabled" : "false" + } } |
