diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-07 21:56:07 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-07 21:56:07 +0000 |
| commit | 7e70292e4dd5aa113f599defb30acecd0d5cf7a1 (patch) | |
| tree | 16644ead0fd1da2b23084d44005487810355f2a8 /stats/pwc-language-breakdown-summary.json | |
| parent | 155328b8db9970d15276b545fb07acf257c224e1 (diff) | |
| download | perlweeklychallenge-club-7e70292e4dd5aa113f599defb30acecd0d5cf7a1.tar.gz perlweeklychallenge-club-7e70292e4dd5aa113f599defb30acecd0d5cf7a1.tar.bz2 perlweeklychallenge-club-7e70292e4dd5aa113f599defb30acecd0d5cf7a1.zip | |
- Added solutions to week 47 by Stuart Little.
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 a0b84e6664..1eb34e2785 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,6 +1,40 @@ { + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "chart" : { + "type" : "column" + }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "enabled" : "true", + "rotation" : -90, + "align" : "right", + "y" : 10, + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", @@ -12,50 +46,16 @@ ], [ "Raku", - 2659 + 2661 ] - ], - "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" + "subtitle" : { + "text" : "Last updated at 2020-12-07 21:54:43 GMT" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" |
