diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-22 03:04:29 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-22 03:04:29 +0000 |
| commit | 8d74c90faada1f7fa567bcd0cf6c4eb02ada183d (patch) | |
| tree | 98f0cf56e30f0c66bcc08cd85d4c928414219bbb /stats/pwc-language-breakdown-summary.json | |
| parent | b4d03121426826be23eeae72bf6ff53efd111dc2 (diff) | |
| download | perlweeklychallenge-club-8d74c90faada1f7fa567bcd0cf6c4eb02ada183d.tar.gz perlweeklychallenge-club-8d74c90faada1f7fa567bcd0cf6c4eb02ada183d.tar.bz2 perlweeklychallenge-club-8d74c90faada1f7fa567bcd0cf6c4eb02ada183d.zip | |
- Added Perl solution to the task "Semiprime" of week 144.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 056a84ad78..bf6c746766 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,6 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "series" : [ { @@ -20,44 +11,53 @@ ], [ "Perl", - 6913 + 6914 ], [ "Raku", 4173 ] ], - "name" : "Contributions", "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", "rotation" : -90, "format" : "{point.y:.0f}", - "align" : "right", - "enabled" : "true", "y" : 10, - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "enabled" : "true", + "color" : "#FFFFFF" + }, + "name" : "Contributions" } ], "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" + } }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "legend" : { + "enabled" : "false" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, "subtitle" : { - "text" : "Last updated at 2021-12-22 02:20:21 GMT" + "text" : "Last updated at 2021-12-22 03:02:50 GMT" + }, + "chart" : { + "type" : "column" } } |
