diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-03 08:00:28 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-03 08:00:28 +0000 |
| commit | b2b57e9cb5166cb5bb2a4539dc26d716e7e39bed (patch) | |
| tree | 6a13ac1deb4d3605d0fafed5567072ef552fbae6 /stats/pwc-language-breakdown-summary.json | |
| parent | b916a18e1833036bf590ebcc895815e3c5e5776b (diff) | |
| download | perlweeklychallenge-club-b2b57e9cb5166cb5bb2a4539dc26d716e7e39bed.tar.gz perlweeklychallenge-club-b2b57e9cb5166cb5bb2a4539dc26d716e7e39bed.tar.bz2 perlweeklychallenge-club-b2b57e9cb5166cb5bb2a4539dc26d716e7e39bed.zip | |
- Added blog post by Colin Crain.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 92d9784393..faa751aea8 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,11 +1,41 @@ { + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2022-02-03 07:59:09 GMT" + }, "series" : [ { + "dataLabels" : { + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}", + "y" : 10, + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF" + }, "name" : "Contributions", "data" : [ [ "Blog", - 2242 + 2243 ], [ "Perl", @@ -15,49 +45,19 @@ "Raku", 4341 ] - ], - "dataLabels" : { - "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10, - "enabled" : "true", - "format" : "{point.y:.0f}", - "rotation" : -90, - "align" : "right" - } + ] } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "subtitle" : { - "text" : "Last updated at 2022-02-03 07:52:25 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" - }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "chart" : { + "type" : "column" } } |
