diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-22 11:43:59 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-22 11:43:59 +0100 |
| commit | 2f409d0f142e38f1f30d9acbae48eb10e7c71461 (patch) | |
| tree | 40f1030dc0409c64acf07b6c049a98da73ac97cc /stats/pwc-language-breakdown-summary.json | |
| parent | ff86a0cc780b27400b9cd8b73f4aa72d056c53f3 (diff) | |
| download | perlweeklychallenge-club-2f409d0f142e38f1f30d9acbae48eb10e7c71461.tar.gz perlweeklychallenge-club-2f409d0f142e38f1f30d9acbae48eb10e7c71461.tar.bz2 perlweeklychallenge-club-2f409d0f142e38f1f30d9acbae48eb10e7c71461.zip | |
- Added blog by James Smith.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index cdad3b1199..95fd144acb 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,6 +1,9 @@ { - "subtitle" : { - "text" : "Last updated at 2021-06-22 10:38:02 GMT" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "chart" : { + "type" : "column" }, "yAxis" : { "min" : 0, @@ -8,15 +11,28 @@ "text" : null } }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { + "dataLabels" : { + "color" : "#FFFFFF", + "align" : "right", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "format" : "{point.y:.0f}", + "y" : 10, + "enabled" : "true", + "rotation" : -90 + }, + "name" : "Contributions", "data" : [ [ "Blog", - 1660 + 1661 ], [ "Perl", @@ -26,31 +42,12 @@ "Raku", 3524 ] - ], - "dataLabels" : { - "align" : "right", - "y" : 10, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "enabled" : "true" - }, - "name" : "Contributions" + ] } ], "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "xAxis" : { "labels" : { "style" : { @@ -59,5 +56,8 @@ } }, "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2021-06-22 10:42:13 GMT" } } |
