diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-27 06:23:29 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-27 06:23:29 +0100 |
| commit | d71bc112962a5da8423cf4cfc1a69f8ce3f8b1a2 (patch) | |
| tree | bcac84bb5e42feee926c608774de6579f4eb577b /stats/pwc-language-breakdown-summary.json | |
| parent | 81d2dc387645d4d92b59e026aca4034da012c42c (diff) | |
| download | perlweeklychallenge-club-d71bc112962a5da8423cf4cfc1a69f8ce3f8b1a2.tar.gz perlweeklychallenge-club-d71bc112962a5da8423cf4cfc1a69f8ce3f8b1a2.tar.bz2 perlweeklychallenge-club-d71bc112962a5da8423cf4cfc1a69f8ce3f8b1a2.zip | |
- Added solutions by Shawn Wagner.
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 2f0630b60e..b615e85f8c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,33 @@ { + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2020-09-27 05:22:45 GMT" + }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "subtitle" : { - "text" : "Last updated at 2020-09-26 18:12:55 GMT" + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "legend" : { + "enabled" : "false" }, "series" : [ { @@ -14,7 +38,7 @@ ], [ "Perl", - 3365 + 3367 ], [ "Raku", @@ -22,42 +46,18 @@ ] ], "dataLabels" : { + "align" : "right", + "rotation" : -90, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "rotation" : -90, + "enabled" : "true", "y" : 10, - "color" : "#FFFFFF", "format" : "{point.y:.0f}", - "enabled" : "true", - "align" : "right" + "color" : "#FFFFFF" }, "name" : "Contributions" } - ], - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - } + ] } |
