diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-27 22:28:45 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-27 22:28:45 +0100 |
| commit | 4f3d10ec2a74dab74f3cf0ccb4373efa9a287d18 (patch) | |
| tree | b1a1689d100e8442d705d1309de4f3f58be73817 /stats/pwc-language-breakdown-summary.json | |
| parent | f76fc349bda23f6a5830b8cf98db1b31c37d37ec (diff) | |
| download | perlweeklychallenge-club-4f3d10ec2a74dab74f3cf0ccb4373efa9a287d18.tar.gz perlweeklychallenge-club-4f3d10ec2a74dab74f3cf0ccb4373efa9a287d18.tar.bz2 perlweeklychallenge-club-4f3d10ec2a74dab74f3cf0ccb4373efa9a287d18.zip | |
- Added solutions by Cheok-Yin Fung.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index a0f99c927f..a778209273 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,21 @@ { + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "subtitle" : { + "text" : "Last updated at 2021-07-27 21:28:26 GMT" + }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" }, "series" : [ { @@ -14,50 +26,38 @@ ], [ "Perl", - 5859 + 5861 ], [ "Raku", 3662 ] ], - "name" : "Contributions", "dataLabels" : { - "y" : 10, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, "rotation" : -90, - "format" : "{point.y:.0f}", "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, "color" : "#FFFFFF", - "align" : "right" - } + "align" : "right", + "format" : "{point.y:.0f}" + }, + "name" : "Contributions" } ], - "subtitle" : { - "text" : "Last updated at 2021-07-27 21:23:24 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "chart" : { - "type" : "column" - }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } } + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
