diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-08 15:46:43 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-08 15:46:43 +0100 |
| commit | 4fded3c386bc27c9b7693cb7fd53a86dc2312471 (patch) | |
| tree | a036a303d88267857ca62f6c8563e6c3a8f71144 /stats/pwc-language-breakdown-summary.json | |
| parent | 044b240256b60ea2e966bb578ec26ea60bd4452f (diff) | |
| download | perlweeklychallenge-club-4fded3c386bc27c9b7693cb7fd53a86dc2312471.tar.gz perlweeklychallenge-club-4fded3c386bc27c9b7693cb7fd53a86dc2312471.tar.bz2 perlweeklychallenge-club-4fded3c386bc27c9b7693cb7fd53a86dc2312471.zip | |
- Added solutions by Stuart Little.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index ecf338a055..d43d0dbb3d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -4,6 +4,19 @@ }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "y" : 10, + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "rotation" : -90, + "align" : "right", + "enabled" : "true", + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", @@ -11,31 +24,33 @@ ], [ "Perl", - 5468 + 5470 ], [ "Raku", - 3472 + 3474 ] - ], - "name" : "Contributions", - "dataLabels" : { - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}", - "y" : 10, - "align" : "right", - "color" : "#FFFFFF", - "enabled" : "true" - } + ] } ], + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, + "subtitle" : { + "text" : "Last updated at 2021-06-08 14:39:40 GMT" + }, "chart" : { "type" : "column" }, @@ -44,20 +59,5 @@ "title" : { "text" : null } - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "subtitle" : { - "text" : "Last updated at 2021-06-08 09:54:35 GMT" - }, - "legend" : { - "enabled" : "false" } } |
