diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-12 02:15:19 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-12 02:15:19 +0100 |
| commit | 31bd2a9940939a27a9b2a0a05aae46b4f3b0d95a (patch) | |
| tree | 512d2f813f4534dc821e28b88036f92081070bb2 /stats/pwc-language-breakdown-summary.json | |
| parent | 00887f3543dccc84ec5f40bd463f638852023ca5 (diff) | |
| download | perlweeklychallenge-club-31bd2a9940939a27a9b2a0a05aae46b4f3b0d95a.tar.gz perlweeklychallenge-club-31bd2a9940939a27a9b2a0a05aae46b4f3b0d95a.tar.bz2 perlweeklychallenge-club-31bd2a9940939a27a9b2a0a05aae46b4f3b0d95a.zip | |
- Added video for task 1 of week 107.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 1cdd4bf811..fce5e99439 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,6 +1,12 @@ { - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "xAxis" : { "type" : "category", @@ -11,33 +17,12 @@ } } }, - "subtitle" : { - "text" : "Last updated at 2021-04-12 00:53:11 GMT" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "series" : [ { - "dataLabels" : { - "color" : "#FFFFFF", - "rotation" : -90, - "align" : "right", - "enabled" : "true", - "y" : 10, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}" - }, "data" : [ [ "Blog", - 1456 + 1457 ], [ "Perl", @@ -48,16 +33,31 @@ 3218 ] ], + "dataLabels" : { + "color" : "#FFFFFF", + "align" : "right", + "format" : "{point.y:.0f}", + "y" : 10, + "enabled" : "true", + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, "name" : "Contributions" } ], - "legend" : { - "enabled" : "false" - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, + "subtitle" : { + "text" : "Last updated at 2021-04-12 01:14:39 GMT" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" } } |
