diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-30 16:22:23 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-30 16:22:23 +0000 |
| commit | 0023167d0069bebc6ca109e0f48d99b2fd04e6ac (patch) | |
| tree | 549ede7a33d7aaeac29eeb775c8c61321e05ca2a /stats/pwc-language-breakdown-summary.json | |
| parent | 80a45d05391324fff36ba9147158b854f60111e6 (diff) | |
| download | perlweeklychallenge-club-0023167d0069bebc6ca109e0f48d99b2fd04e6ac.tar.gz perlweeklychallenge-club-0023167d0069bebc6ca109e0f48d99b2fd04e6ac.tar.bz2 perlweeklychallenge-club-0023167d0069bebc6ca109e0f48d99b2fd04e6ac.zip | |
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 47da1071fd..03d89dff73 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2020-01-30 13:15:44 GMT" + "legend" : { + "enabled" : "false" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "series" : [ { - "dataLabels" : { - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true", - "align" : "right", - "y" : 10, - "format" : "{point.y:.0f}", - "rotation" : -90 - }, + "name" : "Contributions", "data" : [ [ "Blog", - 475 + 476 ], [ "Perl", - 1824 + 1826 ], [ "Raku", - 1106 + 1108 ] ], - "name" : "Contributions" + "dataLabels" : { + "rotation" : -90, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "align" : "right", + "format" : "{point.y:.0f}", + "y" : 10, + "color" : "#FFFFFF" + } } ], "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - }, - "type" : "category" + } }, - "legend" : { - "enabled" : "false" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2020-01-30 16:21:58 GMT" } } |
