diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-30 12:00:52 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-30 12:00:52 +0000 |
| commit | 90c9a86c0a6a71c5983433f17606bc009d593e34 (patch) | |
| tree | 1f25287968b271b18996206c4f1408a17e8dd5d0 /stats/pwc-language-breakdown-summary.json | |
| parent | f26939dd0f88c9f8250b2bdd149d419f8e4faeef (diff) | |
| download | perlweeklychallenge-club-90c9a86c0a6a71c5983433f17606bc009d593e34.tar.gz perlweeklychallenge-club-90c9a86c0a6a71c5983433f17606bc009d593e34.tar.bz2 perlweeklychallenge-club-90c9a86c0a6a71c5983433f17606bc009d593e34.zip | |
- Added solutions by Dave Jacoby.
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 da6ca05c9a..b79056a509 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,45 +1,36 @@ { "yAxis" : { - "min" : 0, "title" : { "text" : null - } - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } }, - "type" : "category" + "min" : 0 }, - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" }, "series" : [ { + "name" : "Contributions", "dataLabels" : { + "enabled" : "true", + "rotation" : -90, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "align" : "right", "y" : 10, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - }, - "rotation" : -90, - "enabled" : "true", - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "align" : "right" + } }, - "name" : "Contributions", "data" : [ [ "Blog", - 473 + 474 ], [ "Perl", - 1812 + 1814 ], [ "Raku", @@ -48,16 +39,25 @@ ] } ], - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } }, "subtitle" : { - "text" : "Last updated at 2020-01-30 11:53:24 GMT" + "text" : "Last updated at 2020-01-30 12:00:31 GMT" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "legend" : { + "enabled" : "false" } } |
