diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-21 16:45:58 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-21 16:45:58 +0000 |
| commit | 35d8e65a554ae986f5fc2167970309c635d9e050 (patch) | |
| tree | 517f1377ff3ceece0d1658cb0bbff24f4ad48cf4 /stats/pwc-language-breakdown-summary.json | |
| parent | 964afa9fc12ef748438fd354e3904aa41ab9b316 (diff) | |
| download | perlweeklychallenge-club-35d8e65a554ae986f5fc2167970309c635d9e050.tar.gz perlweeklychallenge-club-35d8e65a554ae986f5fc2167970309c635d9e050.tar.bz2 perlweeklychallenge-club-35d8e65a554ae986f5fc2167970309c635d9e050.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 | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index a099341ee6..c884369ce1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,20 +1,25 @@ { - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2021-12-21 16:42:45 GMT" }, - "yAxis" : { - "title" : { - "text" : null + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } }, - "min" : 0 + "type" : "category" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", - 2112 + 2113 ], [ "Perl", @@ -27,37 +32,32 @@ ], "dataLabels" : { "align" : "right", + "rotation" : -90, + "color" : "#FFFFFF", + "enabled" : "true", "format" : "{point.y:.0f}", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "color" : "#FFFFFF", - "enabled" : "true", - "y" : 10, - "rotation" : -90 - } + "y" : 10 + }, + "name" : "Contributions" } ], + "chart" : { + "type" : "column" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "subtitle" : { - "text" : "Last updated at 2021-12-21 16:35:18 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
