diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-02 11:04:21 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-02 11:04:21 +0100 |
| commit | b5d95fb0a0331a237a491b22785db9bf9c52cffb (patch) | |
| tree | a9ef1873980224a7fd7fe4b7744a8ae0d8965419 /stats/pwc-language-breakdown-summary.json | |
| parent | f982b9b7373eb899687f70afb927085497fd4023 (diff) | |
| download | perlweeklychallenge-club-b5d95fb0a0331a237a491b22785db9bf9c52cffb.tar.gz perlweeklychallenge-club-b5d95fb0a0331a237a491b22785db9bf9c52cffb.tar.bz2 perlweeklychallenge-club-b5d95fb0a0331a237a491b22785db9bf9c52cffb.zip | |
- Added solutions by Lubos Kolouch.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 6b54124d2c..4751c1171a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,20 +1,33 @@ { - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "subtitle" : { + "text" : "Last updated at 2019-10-02 10:04:16 GMT" }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", "align" : "right", - "y" : 10, + "format" : "{point.y:.0f}", + "rotation" : -90, "enabled" : "true", - "color" : "#FFFFFF", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "rotation" : -90 + "color" : "#FFFFFF", + "y" : 10 }, "data" : [ [ @@ -23,41 +36,28 @@ ], [ "Perl 5", - 1108 + 1110 ], [ "Perl 6", 676 ] - ], - "name" : "Contributions" + ] } ], "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2019-10-01 18:47:42 GMT" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "chart" : { + "type" : "column" }, "yAxis" : { "min" : 0, "title" : { "text" : null } + }, + "legend" : { + "enabled" : "false" } } |
