diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-05-17 11:04:14 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-05-17 11:04:14 +0100 |
| commit | 3feaed4e4c9428d1bfe3a8c501424cc79685e4d5 (patch) | |
| tree | e2c52a303a68ea2f1167b3b711ff8dbfaa05f690 /stats/pwc-language-breakdown-summary.json | |
| parent | 6ef717acfb89bab3b62c0beebd56ff9883ca4f70 (diff) | |
| download | perlweeklychallenge-club-3feaed4e4c9428d1bfe3a8c501424cc79685e4d5.tar.gz perlweeklychallenge-club-3feaed4e4c9428d1bfe3a8c501424cc79685e4d5.tar.bz2 perlweeklychallenge-club-3feaed4e4c9428d1bfe3a8c501424cc79685e4d5.zip | |
- Added solutions by Robert Ransbottom.
- Added solutions by Robbie Hatley.
- Added solutions by David Ferrone.
- Added solutions by Ali Moradi.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 82 |
1 files changed, 41 insertions, 41 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index d6e62a236a..4be97ff6ee 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2024]" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2024-05-16 10:12:40 GMT" - }, "series" : [ { "data" : [ [ "Blog", - 4852 + 4853 ], [ "Perl", - 13947 + 13949 ], [ "Raku", - 8090 + 8094 ] ], "name" : "Contributions", "dataLabels" : { + "enabled" : "true", + "y" : 10, + "align" : "right", + "color" : "#FFFFFF", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "color" : "#FFFFFF", - "align" : "right", "rotation" : -90, - "y" : 10, - "format" : "{point.y:.0f}", - "enabled" : "true" + "format" : "{point.y:.0f}" + } + } + ], + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2024-05-17 09:59:38 GMT" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2024]" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null } - ] + } } |
