diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-08 08:41:08 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-08 08:41:08 +0100 |
| commit | f1b346b4170e685c2c6229e8cb8a5b1d9fe36b2d (patch) | |
| tree | 593a3b2037d1276fbe955565271b5d5925a3d301 /stats/pwc-language-breakdown-summary.json | |
| parent | d67a9ab53ac0948a74f7bb6235978aec3861491d (diff) | |
| download | perlweeklychallenge-club-f1b346b4170e685c2c6229e8cb8a5b1d9fe36b2d.tar.gz perlweeklychallenge-club-f1b346b4170e685c2c6229e8cb8a5b1d9fe36b2d.tar.bz2 perlweeklychallenge-club-f1b346b4170e685c2c6229e8cb8a5b1d9fe36b2d.zip | |
- Added Raku solutions for the "Zero Matrix" task.
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 e1e353b8c2..5053be12cc 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,39 +1,22 @@ { - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2020-07-08 05:42:05 GMT" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { "dataLabels" : { + "rotation" : -90, "format" : "{point.y:.0f}", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "align" : "right", "color" : "#FFFFFF", "enabled" : "true", "y" : 10, - "rotation" : -90 + "align" : "right" }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -45,19 +28,36 @@ ], [ "Raku", - 1794 + 1795 ] - ], - "name" : "Contributions" + ] } ], + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2020-07-08 07:40:46 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "chart" : { + "type" : "column" } } |
