diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-06 00:03:03 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-06 00:03:03 +0100 |
| commit | af767f0fc8520447e03b1eb069fc8def9130fd4c (patch) | |
| tree | e8a813cb34f23d1c693cedad8f371a850a545f71 /stats/pwc-language-breakdown-summary.json | |
| parent | f2d1f9bb3992f7456914bae9166da73d12f2ee2a (diff) | |
| download | perlweeklychallenge-club-af767f0fc8520447e03b1eb069fc8def9130fd4c.tar.gz perlweeklychallenge-club-af767f0fc8520447e03b1eb069fc8def9130fd4c.tar.bz2 perlweeklychallenge-club-af767f0fc8520447e03b1eb069fc8def9130fd4c.zip | |
- Added blog by E. Choroba.
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 c89b1ae6ef..a46ad4f308 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,13 +1,22 @@ { - "subtitle" : { - "text" : "Last updated at 2020-04-05 22:43:39 GMT" - }, "series" : [ { + "dataLabels" : { + "align" : "right", + "rotation" : -90, + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF" + }, "data" : [ [ "Blog", - 592 + 593 ], [ "Perl", @@ -18,46 +27,37 @@ 1427 ] ], - "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90, - "enabled" : "true", - "y" : 10, - "format" : "{point.y:.0f}", - "align" : "right", - "color" : "#FFFFFF" - }, "name" : "Contributions" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, "chart" : { "type" : "column" }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "subtitle" : { + "text" : "Last updated at 2020-04-05 23:02:35 GMT" + }, + "legend" : { + "enabled" : "false" + }, "xAxis" : { "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } }, "type" : "category" }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } |
