diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-06-30 10:51:52 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-06-30 10:51:52 +0100 |
| commit | 1e0d8f3423fb7d3bad72d325fac2b8c95c77a129 (patch) | |
| tree | 40aabebf4ab2be5f4d99c019ca6d9ac70d3541c6 /stats/pwc-language-breakdown-summary.json | |
| parent | e851a4b4f075c3438f8fcc9cbd6848917274602b (diff) | |
| download | perlweeklychallenge-club-1e0d8f3423fb7d3bad72d325fac2b8c95c77a129.tar.gz perlweeklychallenge-club-1e0d8f3423fb7d3bad72d325fac2b8c95c77a129.tar.bz2 perlweeklychallenge-club-1e0d8f3423fb7d3bad72d325fac2b8c95c77a129.zip | |
- Added solutions by Simon Miner.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index b753512a89..e5f9352d4a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,25 @@ { - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2020-06-30 09:51:29 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90, + "enabled" : "true", + "y" : 10 + }, "data" : [ [ "Blog", @@ -11,53 +27,37 @@ ], [ "Perl", - 2760 + 2762 ], [ "Raku", 1761 ] - ], - "name" : "Contributions", - "dataLabels" : { - "format" : "{point.y:.0f}", - "align" : "right", - "y" : 10, - "rotation" : -90, - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF" - } + ] } ], - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2020-06-30 01:54:41 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - } + }, + "type" : "category" + }, + "legend" : { + "enabled" : "false" }, "yAxis" : { "title" : { "text" : null }, "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
