diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-09 14:34:11 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-09 14:34:11 +0100 |
| commit | 8d68f73766dae75a02b1c27bc652eea517c32fd0 (patch) | |
| tree | 906b9b76df8bc958f42e227599f0a75004b30863 /stats/pwc-language-breakdown-summary.json | |
| parent | 60a356170b424d967c4aa3536b8a447d8ee158c9 (diff) | |
| download | perlweeklychallenge-club-8d68f73766dae75a02b1c27bc652eea517c32fd0.tar.gz perlweeklychallenge-club-8d68f73766dae75a02b1c27bc652eea517c32fd0.tar.bz2 perlweeklychallenge-club-8d68f73766dae75a02b1c27bc652eea517c32fd0.zip | |
- Added solutions to week #76 by Bob Lied.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index c2a196da4e..6b30970fa5 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,36 @@ { + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } + } + }, + "yAxis" : { + "title" : { + "text" : null }, - "type" : "category" + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2020-09-09 13:32:48 GMT" }, "series" : [ { - "dataLabels" : { - "color" : "#FFFFFF", - "rotation" : -90, - "align" : "right", - "enabled" : "true", - "format" : "{point.y:.0f}", - "y" : 10, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, "name" : "Contributions", "data" : [ [ @@ -30,34 +39,25 @@ ], [ "Perl", - 3214 + 3216 ], [ "Raku", 2101 ] - ] + ], + "dataLabels" : { + "enabled" : "true", + "align" : "right", + "rotation" : -90, + "y" : 10, + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF" + } } - ], - "subtitle" : { - "text" : "Last updated at 2020-09-09 08:54:52 GMT" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - } + ] } |
