diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-03 20:41:34 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-03 20:41:34 +0000 |
| commit | bd279cc88842b2b3d46ce276d4487c1482e5d7f0 (patch) | |
| tree | 33a1c171ba12289800b50f8be3ebf12273d00561 /stats/pwc-language-breakdown-summary.json | |
| parent | d904513eeb1c9fc8c958cab0db7f7fd2d34bed8b (diff) | |
| download | perlweeklychallenge-club-bd279cc88842b2b3d46ce276d4487c1482e5d7f0.tar.gz perlweeklychallenge-club-bd279cc88842b2b3d46ce276d4487c1482e5d7f0.tar.bz2 perlweeklychallenge-club-bd279cc88842b2b3d46ce276d4487c1482e5d7f0.zip | |
- Added Perl and Raku solutions to task 1 of week 150.
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 294abe793b..e9c105b552 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,47 +1,30 @@ { - "subtitle" : { - "text" : "Last updated at 2022-02-03 09:30:20 GMT" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "rotation" : -90, - "enabled" : "true", - "format" : "{point.y:.0f}", + "y" : 10, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "y" : 10, + "rotation" : -90, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", "align" : "right", - "color" : "#FFFFFF" + "enabled" : "true" }, "data" : [ [ @@ -50,14 +33,31 @@ ], [ "Perl", - 7217 + 7218 ], [ "Raku", - 4341 + 4342 ] - ], - "name" : "Contributions" + ] + } + ], + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null } - ] + }, + "subtitle" : { + "text" : "Last updated at 2022-02-03 20:37:36 GMT" + } } |
