diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-06 17:21:12 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-06 17:21:12 +0000 |
| commit | e015238170e27c690e4f46646b6687f600fd0c59 (patch) | |
| tree | 73af7aec5c7a251f6f5030fa9a7e39ae412af123 /stats/pwc-language-breakdown-summary.json | |
| parent | 8ffaf11008fb0e05c32c03f76146deaa6a22acec (diff) | |
| download | perlweeklychallenge-club-e015238170e27c690e4f46646b6687f600fd0c59.tar.gz perlweeklychallenge-club-e015238170e27c690e4f46646b6687f600fd0c59.tar.bz2 perlweeklychallenge-club-e015238170e27c690e4f46646b6687f600fd0c59.zip | |
- Added solutions by Ulrich Rieke.
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 16aaa32cd4..f56351c00a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,39 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "subtitle" : { + "text" : "Last updated at 2020-01-06 17:20:54 GMT" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } }, "series" : [ { + "dataLabels" : { + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "enabled" : "true", + "format" : "{point.y:.0f}", + "align" : "right", + "rotation" : -90 + }, "name" : "Contributions", "data" : [ [ @@ -22,42 +46,18 @@ ], [ "Raku", - 1026 + 1028 ] - ], - "dataLabels" : { - "enabled" : "true", - "align" : "right", - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "rotation" : -90, - "y" : 10, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + ] } ], - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "subtitle" : { - "text" : "Last updated at 2020-01-06 17:08:27 GMT" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "chart" : { + "type" : "column" }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } |
