diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-21 17:21:34 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-21 17:21:34 +0000 |
| commit | b5fdf5f1bc289f18bbd305f20b11ff27308c2a97 (patch) | |
| tree | f6c1524c79f5f30e97b4e332769100c20fffca2b /stats/pwc-language-breakdown-summary.json | |
| parent | 0d0d86fdb0115c88a21a0537186d716d657f9f40 (diff) | |
| download | perlweeklychallenge-club-b5fdf5f1bc289f18bbd305f20b11ff27308c2a97.tar.gz perlweeklychallenge-club-b5fdf5f1bc289f18bbd305f20b11ff27308c2a97.tar.bz2 perlweeklychallenge-club-b5fdf5f1bc289f18bbd305f20b11ff27308c2a97.zip | |
- Added blogs by Abigail.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index ac08089899..eb6e3b0ae6 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,14 +1,25 @@ { - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2021-02-21 17:21:17 GMT" }, "series" : [ { - "name" : "Contributions", + "dataLabels" : { + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90, + "align" : "right", + "enabled" : "true", + "format" : "{point.y:.0f}", + "color" : "#FFFFFF" + }, "data" : [ [ "Blog", - 1349 + 1351 ], [ "Perl", @@ -19,44 +30,33 @@ 3025 ] ], - "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF", - "y" : 10, - "enabled" : "true", - "align" : "right", - "format" : "{point.y:.0f}", - "rotation" : -90 - } + "name" : "Contributions" } ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } + }, + "chart" : { + "type" : "column" }, "legend" : { "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "subtitle" : { - "text" : "Last updated at 2021-02-21 17:06:21 GMT" - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } |
