diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-24 13:58:08 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-24 13:58:08 +0100 |
| commit | efe7a8d6350936d0c464212f29f6d4658ee78ddc (patch) | |
| tree | c11fa08860eb84634105a2e74e420d7fa3d5a2f5 /stats/pwc-language-breakdown-summary.json | |
| parent | e3c20988975a9bbdef4b92e2c3a0be9e1c087fbe (diff) | |
| download | perlweeklychallenge-club-efe7a8d6350936d0c464212f29f6d4658ee78ddc.tar.gz perlweeklychallenge-club-efe7a8d6350936d0c464212f29f6d4658ee78ddc.tar.bz2 perlweeklychallenge-club-efe7a8d6350936d0c464212f29f6d4658ee78ddc.zip | |
- Added solutions by Simon Green.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 7087f24e99..7c59838ec9 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "subtitle" : { - "text" : "Last updated at 2020-08-24 11:21:59 GMT" + "text" : "Last updated at 2020-08-24 12:57:41 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "series" : [ { "dataLabels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF", "y" : 10, "enabled" : "true", - "color" : "#FFFFFF", "format" : "{point.y:.0f}", "rotation" : -90, - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "align" : "right" }, - "name" : "Contributions", "data" : [ [ "Blog", - 916 + 917 ], [ "Perl", - 3102 + 3104 ], [ "Raku", 2021 ] - ] + ], + "name" : "Contributions" } ], - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "xAxis" : { "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } }, "type" : "category" - }, - "chart" : { - "type" : "column" } } |
