diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-21 01:52:41 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-21 01:52:41 +0100 |
| commit | f9e755c4e4b0cde4d6424fe47191b2b713cc4c47 (patch) | |
| tree | d916d3fe6274d6d7d89c9a8a7fc5c257e35363f3 /stats/pwc-language-breakdown-summary.json | |
| parent | c36b463806091346feb64b2089eefa8a9cbcdc02 (diff) | |
| download | perlweeklychallenge-club-f9e755c4e4b0cde4d6424fe47191b2b713cc4c47.tar.gz perlweeklychallenge-club-f9e755c4e4b0cde4d6424fe47191b2b713cc4c47.tar.bz2 perlweeklychallenge-club-f9e755c4e4b0cde4d6424fe47191b2b713cc4c47.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 | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 8ba19864c1..e3f0d8b91d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,18 @@ { - "subtitle" : { - "text" : "Last updated at 2021-08-21 00:36:08 GMT" + "legend" : { + "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "subtitle" : { + "text" : "Last updated at 2021-08-21 00:52:24 GMT" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "chart" : { + "type" : "column" }, "series" : [ { @@ -32,7 +23,7 @@ ], [ "Perl", - 6022 + 6024 ], [ "Raku", @@ -41,23 +32,32 @@ ], "dataLabels" : { "align" : "right", - "y" : 10, - "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "rotation" : -90, + "enabled" : "true", "color" : "#FFFFFF", - "format" : "{point.y:.0f}" + "format" : "{point.y:.0f}", + "rotation" : -90, + "y" : 10 }, "name" : "Contributions" } ], - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
