diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-03-08 14:07:05 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-03-08 14:07:05 +0000 |
| commit | 59e097feaa200e6993eb4bef17c83a007b30fdb2 (patch) | |
| tree | 956f190a68b1e1d7712a6f634d8ff51a2f2fabb0 /stats/pwc-language-breakdown-summary.json | |
| parent | e4daadf384bf2bf611d60506c146cc207e66aef5 (diff) | |
| download | perlweeklychallenge-club-59e097feaa200e6993eb4bef17c83a007b30fdb2.tar.gz perlweeklychallenge-club-59e097feaa200e6993eb4bef17c83a007b30fdb2.tar.bz2 perlweeklychallenge-club-59e097feaa200e6993eb4bef17c83a007b30fdb2.zip | |
- Added solutions by Scimon Proctor.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 63e293c6f4..b3f856c1f3 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,33 +1,43 @@ { - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" + } }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } }, + "legend" : { + "enabled" : "false" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "align" : "right", + "enabled" : "true", + "rotation" : -90, + "y" : 10 + }, "data" : [ [ "Blog", @@ -39,25 +49,15 @@ ], [ "Raku", - 3089 + 3090 ] - ], - "dataLabels" : { - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "y" : 10, - "enabled" : "true", - "align" : "right" - }, - "name" : "Contributions" + ] } ], "subtitle" : { - "text" : "Last updated at 2021-03-08 03:04:32 GMT" + "text" : "Last updated at 2021-03-08 14:05:29 GMT" + }, + "chart" : { + "type" : "column" } } |
