diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-29 19:04:41 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-29 19:04:41 +0000 |
| commit | a251cba67eef5e53ada003cec62f7de40ad4017c (patch) | |
| tree | f4beebe63195f3d099790478fd64c15741e9a50e /stats/pwc-language-breakdown-summary.json | |
| parent | b0aed25176efe004fb22144d77b5cf5f4e13e90e (diff) | |
| download | perlweeklychallenge-club-a251cba67eef5e53ada003cec62f7de40ad4017c.tar.gz perlweeklychallenge-club-a251cba67eef5e53ada003cec62f7de40ad4017c.tar.bz2 perlweeklychallenge-club-a251cba67eef5e53ada003cec62f7de40ad4017c.zip | |
- Added blog post by Abigail.
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 0612058101..da43069705 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,41 +1,16 @@ { "subtitle" : { - "text" : "Last updated at 2022-01-29 10:55:36 GMT" - }, - "chart" : { - "type" : "column" + "text" : "Last updated at 2022-01-29 18:54:53 GMT" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "legend" : { - "enabled" : "false" - }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "format" : "{point.y:.0f}", - "rotation" : -90, - "y" : 10, - "enabled" : "true", - "color" : "#FFFFFF", - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, "data" : [ [ "Blog", - 2227 + 2229 ], [ "Perl", @@ -45,9 +20,25 @@ "Raku", 4314 ] - ] + ], + "dataLabels" : { + "format" : "{point.y:.0f}", + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "align" : "right", + "color" : "#FFFFFF", + "rotation" : -90 + }, + "name" : "Contributions" } ], + "legend" : { + "enabled" : "false" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, @@ -59,5 +50,14 @@ "fontFamily" : "Verdana, sans-serif" } } + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "chart" : { + "type" : "column" } } |
