diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-28 03:52:56 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-28 03:52:56 +0100 |
| commit | 09c939971bda04e5ce794ffc500779115ce60f42 (patch) | |
| tree | b9ccb031e61848c5473c1c0804955872560e5ecb /stats/pwc-language-breakdown-summary.json | |
| parent | f537a53c0c713bbc07f3ff6d0635973c501645ce (diff) | |
| download | perlweeklychallenge-club-09c939971bda04e5ce794ffc500779115ce60f42.tar.gz perlweeklychallenge-club-09c939971bda04e5ce794ffc500779115ce60f42.tar.bz2 perlweeklychallenge-club-09c939971bda04e5ce794ffc500779115ce60f42.zip | |
- Added solutions by Joelle Maslak.
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 8d0fd11872..81b80d9b72 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,25 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, "subtitle" : { - "text" : "Last updated at 2019-07-28 02:46:20 GMT" + "text" : "Last updated at 2019-07-28 02:51:08 GMT" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "color" : "#FFFFFF", + "align" : "right", + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "format" : "{point.y:.0f}", + "enabled" : "true" + }, "data" : [ [ "Blog", @@ -29,35 +27,37 @@ ], [ "Perl 5", - 738 + 739 ], [ "Perl 6", - 427 + 428 ] - ], - "name" : "Contributions", - "dataLabels" : { - "y" : 10, - "format" : "{point.y:.0f}", - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "rotation" : -90, - "enabled" : "true" - } + ] } ], + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, "legend" : { "enabled" : "false" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, "chart" : { "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
