diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-05-06 23:33:29 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-05-06 23:33:29 +0100 |
| commit | f8140f2bd07c36da92cb644dc16c1aaee781c731 (patch) | |
| tree | 9e6240e9f5eb43265dcb39b92327d50b80f89d07 /stats/pwc-language-breakdown-summary.json | |
| parent | c623de0584b5d5bf8438f9980585ff1ca48cfbb3 (diff) | |
| download | perlweeklychallenge-club-f8140f2bd07c36da92cb644dc16c1aaee781c731.tar.gz perlweeklychallenge-club-f8140f2bd07c36da92cb644dc16c1aaee781c731.tar.bz2 perlweeklychallenge-club-f8140f2bd07c36da92cb644dc16c1aaee781c731.zip | |
- Added solutions by Athanasius.
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 1f181d7159..ab014c3983 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,30 @@ { + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "legend" : { + "enabled" : "false" + }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2022-05-06 22:31:26 GMT" }, "series" : [ { @@ -20,44 +35,29 @@ ], [ "Perl", - 7943 + 7945 ], [ "Raku", - 4706 + 4708 ] ], - "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", "rotation" : -90, - "y" : 10, "enabled" : "true", - "color" : "#FFFFFF", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "align" : "right" - } + "color" : "#FFFFFF", + "align" : "right", + "format" : "{point.y:.0f}", + "y" : 10 + }, + "name" : "Contributions" } ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "subtitle" : { - "text" : "Last updated at 2022-05-06 22:26:14 GMT" - }, - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" } } |
