diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-26 00:17:42 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-26 00:17:42 +0100 |
| commit | ff5c8fc253ad9ae8c2b07e9c697056f5544d68c8 (patch) | |
| tree | 07a18b213bce99d4a8158964921299a384126e9e /stats/pwc-language-breakdown-summary.json | |
| parent | c495bce4c4b9aa87ac694d447a84fd62bb25208d (diff) | |
| download | perlweeklychallenge-club-ff5c8fc253ad9ae8c2b07e9c697056f5544d68c8.tar.gz perlweeklychallenge-club-ff5c8fc253ad9ae8c2b07e9c697056f5544d68c8.tar.bz2 perlweeklychallenge-club-ff5c8fc253ad9ae8c2b07e9c697056f5544d68c8.zip | |
- Added solutions by Duncan C. White.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 28ef1bb867..8b1cc5de6a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,25 @@ { + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, "series" : [ { "data" : [ @@ -8,7 +29,7 @@ ], [ "Perl 5", - 916 + 918 ], [ "Perl 6", @@ -16,48 +37,27 @@ ] ], "dataLabels" : { - "color" : "#FFFFFF", - "rotation" : -90, - "format" : "{point.y:.0f}", - "align" : "right", - "enabled" : "true", - "y" : 10, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - } + }, + "align" : "right", + "y" : 10, + "format" : "{point.y:.0f}", + "rotation" : -90, + "enabled" : "true", + "color" : "#FFFFFF" }, "name" : "Contributions" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "subtitle" : { - "text" : "Last updated at 2019-08-25 23:05:04 GMT" - }, - "legend" : { - "enabled" : "false" - }, "chart" : { "type" : "column" }, + "subtitle" : { + "text" : "Last updated at 2019-08-25 23:17:32 GMT" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" } } |
