diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-08-01 00:59:23 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-08-01 00:59:23 +0100 |
| commit | cea254273234621192a4e76eb08802f81e8742e5 (patch) | |
| tree | 75710a6efb6a21a7fdeb1459045738dcc8b792f1 /stats/pwc-language-breakdown-summary.json | |
| parent | 3f5994c94f9d45b34b45b80ce7e4d7f33de232ca (diff) | |
| download | perlweeklychallenge-club-cea254273234621192a4e76eb08802f81e8742e5.tar.gz perlweeklychallenge-club-cea254273234621192a4e76eb08802f81e8742e5.tar.bz2 perlweeklychallenge-club-cea254273234621192a4e76eb08802f81e8742e5.zip | |
- Added solutions by Bruce Gray.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 2ea8ddea55..308d9c313c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,25 +1,16 @@ { - "subtitle" : { - "text" : "Last updated at 2022-07-31 23:50:40 GMT" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "legend" : { + "enabled" : "false" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } } }, - "legend" : { - "enabled" : "false" - }, "series" : [ { "data" : [ @@ -29,30 +20,39 @@ ], [ "Perl", - 8544 + 8546 ], [ "Raku", - 5086 + 5088 ] ], + "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", "enabled" : "true", - "rotation" : -90, - "color" : "#FFFFFF", "y" : 10, "align" : "right", + "format" : "{point.y:.0f}", + "rotation" : -90, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "name" : "Contributions" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF" + } } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "subtitle" : { + "text" : "Last updated at 2022-07-31 23:57:24 GMT" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" }, "chart" : { "type" : "column" |
