diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-25 16:44:31 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-25 16:44:31 +0000 |
| commit | cd1647cd2093fe38ba0962c574719cb494074fbc (patch) | |
| tree | 7d52dc4e596fe2addfb08a546c6c9399212c8061 /stats/pwc-language-breakdown-summary.json | |
| parent | 310394691a2d4665ffe84e9f491c8a53e74015ae (diff) | |
| download | perlweeklychallenge-club-cd1647cd2093fe38ba0962c574719cb494074fbc.tar.gz perlweeklychallenge-club-cd1647cd2093fe38ba0962c574719cb494074fbc.tar.bz2 perlweeklychallenge-club-cd1647cd2093fe38ba0962c574719cb494074fbc.zip | |
- Added solutions by Noud Aldenhoven.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index aa03d71f51..425ef6bdf9 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,40 @@ { + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, - "subtitle" : { - "text" : "Last updated at 2020-01-24 21:43:31 GMT" + "legend" : { + "enabled" : "false" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "subtitle" : { + "text" : "Last updated at 2020-01-25 16:44:11 GMT" }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "y" : 10, + "rotation" : -90, + "align" : "right", + "enabled" : "true", + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, "data" : [ [ "Blog", @@ -24,40 +46,18 @@ ], [ "Raku", - 1082 + 1084 ] - ], - "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10, - "rotation" : -90, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "enabled" : "true", - "align" : "right" - }, - "name" : "Contributions" + ] } ], - "legend" : { - "enabled" : "false" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + } } } |
