diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-07 21:50:35 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-07 21:50:35 +0000 |
| commit | af3f8da77ee5f238aba61a62065c034d533a4bee (patch) | |
| tree | abf89a4558b1eac55d8c8ef661b106f87a284425 /stats/pwc-language-breakdown-summary.json | |
| parent | 2bfbf295586eac9e82a1c2f42cffa5cd8e61d33a (diff) | |
| download | perlweeklychallenge-club-af3f8da77ee5f238aba61a62065c034d533a4bee.tar.gz perlweeklychallenge-club-af3f8da77ee5f238aba61a62065c034d533a4bee.tar.bz2 perlweeklychallenge-club-af3f8da77ee5f238aba61a62065c034d533a4bee.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 | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 33eaa7d42a..a0b84e6664 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,45 +1,6 @@ { - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "subtitle" : { - "text" : "Last updated at 2020-12-07 21:44:53 GMT" - }, "series" : [ { - "dataLabels" : { - "y" : 10, - "format" : "{point.y:.0f}", - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF", - "rotation" : -90, - "align" : "right" - }, "data" : [ [ "Blog", @@ -47,17 +8,56 @@ ], [ "Perl", - 4023 + 4025 ], [ "Raku", - 2657 + 2659 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90, + "color" : "#FFFFFF", + "enabled" : "true", + "format" : "{point.y:.0f}", + "y" : 10 + } } ], + "subtitle" : { + "text" : "Last updated at 2020-12-07 21:49:56 GMT" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "legend" : { + "enabled" : "false" + }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
