diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-06 11:16:03 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-06 11:16:03 +0000 |
| commit | 37f7a8fdda722a8df258f11676317dfa9b4eabba (patch) | |
| tree | b62bf301fc3be2060ee8bc5467df814d59d3f0a0 /stats/pwc-language-breakdown-summary.json | |
| parent | ed04dbf63f25911014e47b8c9eb5b09e039376d6 (diff) | |
| download | perlweeklychallenge-club-37f7a8fdda722a8df258f11676317dfa9b4eabba.tar.gz perlweeklychallenge-club-37f7a8fdda722a8df258f11676317dfa9b4eabba.tar.bz2 perlweeklychallenge-club-37f7a8fdda722a8df258f11676317dfa9b4eabba.zip | |
- Added solutions to week 68 and 69 by Stuart Little.
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 9e6a77886c..b64e3cf419 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,43 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "chart" : { + "type" : "column" + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - } + }, + "type" : "category" }, "legend" : { "enabled" : "false" }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", + "y" : 10, + "color" : "#FFFFFF", + "rotation" : -90, + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", @@ -24,40 +49,15 @@ ], [ "Raku", - 2629 + 2633 ] - ], - "dataLabels" : { - "align" : "right", - "enabled" : "true", - "format" : "{point.y:.0f}", - "y" : 10, - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF" - }, - "name" : "Contributions" + ] } ], "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "subtitle" : { - "text" : "Last updated at 2020-12-06 11:09:03 GMT" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" + "text" : "Last updated at 2020-12-06 11:14:41 GMT" } } |
