diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-02 11:42:01 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-02 11:42:01 +0100 |
| commit | df4885824db310da70af944e6a7258ff93b08957 (patch) | |
| tree | 865a64f068f8abb1d70a9c4ab4d230c18aa903ab /stats/pwc-language-breakdown-summary.json | |
| parent | a084ec3919fea40f67fc78efbbc75257f054be44 (diff) | |
| download | perlweeklychallenge-club-df4885824db310da70af944e6a7258ff93b08957.tar.gz perlweeklychallenge-club-df4885824db310da70af944e6a7258ff93b08957.tar.bz2 perlweeklychallenge-club-df4885824db310da70af944e6a7258ff93b08957.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 | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 5381f10ae6..42bcd7bd29 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,16 +1,33 @@ { + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "subtitle" : { + "text" : "Last updated at 2019-09-02 10:41:57 GMT" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -18,46 +35,29 @@ ], [ "Perl 5", - 973 + 975 ], [ "Perl 6", - 585 + 586 ] ], "dataLabels" : { + "rotation" : -90, + "color" : "#FFFFFF", + "y" : 10, "align" : "right", + "enabled" : "true", + "format" : "{point.y:.0f}", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF", - "enabled" : "true", - "format" : "{point.y:.0f}", - "y" : 10, - "rotation" : -90 - } + } + }, + "name" : "Contributions" } ], "legend" : { "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "subtitle" : { - "text" : "Last updated at 2019-09-02 10:39:12 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" } } |
