diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-23 16:56:14 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-23 16:56:14 +0100 |
| commit | d03259c86c349e8efbbd6622dfdfcaa3c5f527f2 (patch) | |
| tree | b4144a613ece99c8b58610bd46de9eb2c32ca835 /stats/pwc-language-breakdown-summary.json | |
| parent | d5e46349e47cea9a3c59c5c9cafc4e6babf97955 (diff) | |
| download | perlweeklychallenge-club-d03259c86c349e8efbbd6622dfdfcaa3c5f527f2.tar.gz perlweeklychallenge-club-d03259c86c349e8efbbd6622dfdfcaa3c5f527f2.tar.bz2 perlweeklychallenge-club-d03259c86c349e8efbbd6622dfdfcaa3c5f527f2.zip | |
- Added solutions by Joan Mimosinnet.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 9fb67c24d4..e07bed77e8 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,32 +1,17 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "series" : [ { "dataLabels" : { - "align" : "right", "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, "y" : 10, - "color" : "#FFFFFF", "format" : "{point.y:.0f}", - "rotation" : -90 + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90, + "color" : "#FFFFFF" }, "data" : [ [ @@ -39,25 +24,40 @@ ], [ "Raku", - 3388 + 3390 ] ], "name" : "Contributions" } ], + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "subtitle" : { + "text" : "Last updated at 2021-05-23 15:55:01 GMT" + }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - }, - "type" : "category" + } }, - "subtitle" : { - "text" : "Last updated at 2021-05-23 15:47:16 GMT" + "legend" : { + "enabled" : "false" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
