diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-03-20 22:17:22 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-03-20 22:17:22 +0000 |
| commit | 2dc1317d27ea25dfc0e9e62f900a548b86c18575 (patch) | |
| tree | 445a262fac2aab753b2f3f333dd1f74822e3d999 /stats/pwc-language-breakdown-summary.json | |
| parent | 48826b534055ca483e9915e9019a17b3e1eb0a31 (diff) | |
| download | perlweeklychallenge-club-2dc1317d27ea25dfc0e9e62f900a548b86c18575.tar.gz perlweeklychallenge-club-2dc1317d27ea25dfc0e9e62f900a548b86c18575.tar.bz2 perlweeklychallenge-club-2dc1317d27ea25dfc0e9e62f900a548b86c18575.zip | |
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index f1e5f9f45e..de52fec0d0 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,42 +1,20 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2022-03-20 21:52:05 GMT" }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "y" : 10, "enabled" : "true", - "format" : "{point.y:.0f}", + "rotation" : -90, "align" : "right", - "color" : "#FFFFFF", + "y" : 10, + "format" : "{point.y:.0f}", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "rotation" : -90 + "color" : "#FFFFFF" }, "data" : [ [ @@ -45,17 +23,39 @@ ], [ "Perl", - 7505 + 7507 ], [ "Raku", 4515 ] - ] + ], + "name" : "Contributions" } ], - "subtitle" : { - "text" : "Last updated at 2022-03-20 13:10:26 GMT" + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" |
