diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-07 11:56:02 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-07 11:56:02 +0100 |
| commit | 5d085b4ecc314d2d71e6eec5eef21904c9a6e965 (patch) | |
| tree | ff13cd17cdd93ee4f5cad3912b2f3fc720fcfa9f /stats/pwc-language-breakdown-summary.json | |
| parent | a7d9a7e368456f814eaadcdbd3988a699388d80d (diff) | |
| download | perlweeklychallenge-club-5d085b4ecc314d2d71e6eec5eef21904c9a6e965.tar.gz perlweeklychallenge-club-5d085b4ecc314d2d71e6eec5eef21904c9a6e965.tar.bz2 perlweeklychallenge-club-5d085b4ecc314d2d71e6eec5eef21904c9a6e965.zip | |
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 3806db6f46..1a63df2bdc 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,36 +1,36 @@ { - "subtitle" : { - "text" : "Last updated at 2022-06-06 13:17:28 GMT" - }, "chart" : { "type" : "column" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "subtitle" : { + "text" : "Last updated at 2022-06-07 10:37:14 GMT" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } } }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "series" : [ { - "dataLabels" : { - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "color" : "#FFFFFF", - "enabled" : "true", - "rotation" : -90, - "y" : 10 - }, "data" : [ [ "Blog", @@ -38,26 +38,26 @@ ], [ "Perl", - 8154 + 8156 ], [ "Raku", - 4827 + 4829 ] ], + "dataLabels" : { + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "rotation" : -90, + "format" : "{point.y:.0f}", + "align" : "right", + "color" : "#FFFFFF" + }, "name" : "Contributions" } - ], - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - } + ] } |
