diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-09 09:55:00 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-09 09:55:00 +0100 |
| commit | 431a4b42228fbfa1ecc77d5260929f10d342ea3b (patch) | |
| tree | 1dafbdd999de41045c576659b253bed4f3e3cda1 /stats/pwc-language-breakdown-summary.json | |
| parent | 94ee1a1fcfc6928e6ea907824d58b9680ea0a52d (diff) | |
| download | perlweeklychallenge-club-431a4b42228fbfa1ecc77d5260929f10d342ea3b.tar.gz perlweeklychallenge-club-431a4b42228fbfa1ecc77d5260929f10d342ea3b.tar.bz2 perlweeklychallenge-club-431a4b42228fbfa1ecc77d5260929f10d342ea3b.zip | |
- Added blog by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 1c201d6a67..c2a196da4e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,16 +1,32 @@ { - "yAxis" : { - "title" : { - "text" : null + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } }, - "min" : 0 + "type" : "category" }, "series" : [ { + "dataLabels" : { + "color" : "#FFFFFF", + "rotation" : -90, + "align" : "right", + "enabled" : "true", + "format" : "{point.y:.0f}", + "y" : 10, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "name" : "Contributions", "data" : [ [ "Blog", - 955 + 956 ], [ "Perl", @@ -20,44 +36,28 @@ "Raku", 2101 ] - ], - "name" : "Contributions", - "dataLabels" : { - "y" : 10, - "color" : "#FFFFFF", - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}", - "align" : "right", - "rotation" : -90 - } + ] } ], "subtitle" : { - "text" : "Last updated at 2020-09-09 08:32:04 GMT" + "text" : "Last updated at 2020-09-09 08:54:52 GMT" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "chart" : { + "type" : "column" }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } |
