diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-02 09:13:48 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-02 09:13:48 +0000 |
| commit | bb3ca3693f3e63a6f2d6c92de499628a188ceeaf (patch) | |
| tree | f9628d2ebcf541f92e1c006efa7ce32cd81c42f0 /stats/pwc-language-breakdown-summary.json | |
| parent | 6bc229d6dda82b58198a3c2ff7b50ada4b62e9aa (diff) | |
| download | perlweeklychallenge-club-bb3ca3693f3e63a6f2d6c92de499628a188ceeaf.tar.gz perlweeklychallenge-club-bb3ca3693f3e63a6f2d6c92de499628a188ceeaf.tar.bz2 perlweeklychallenge-club-bb3ca3693f3e63a6f2d6c92de499628a188ceeaf.zip | |
- Added solutions by Flavio Poletti.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 8056519c00..ba41a70fb8 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "legend" : { "enabled" : "false" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2021-02-02 09:06:25 GMT" - }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "y" : 10, - "align" : "right", - "color" : "#FFFFFF", - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "format" : "{point.y:.0f}" - }, "data" : [ [ "Blog", - 1302 + 1304 ], [ "Perl", - 4539 + 4541 ], [ "Raku", 2942 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "color" : "#FFFFFF", + "rotation" : -90, + "format" : "{point.y:.0f}", + "y" : 10, + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } } ], + "subtitle" : { + "text" : "Last updated at 2021-02-02 09:13:31 GMT" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "chart" : { + "type" : "column" + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "type" : "category" } } |
