diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-29 05:40:05 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-29 05:40:05 +0100 |
| commit | 3358c7f0aeb3f42e8a5615e4823e33e85433e5b5 (patch) | |
| tree | 703c32bc30794a40dde70dbc149492a4e24a02eb /stats/pwc-language-breakdown-summary.json | |
| parent | d68c0f2752e0ea96062dea19e5e8fb72aab4aeb9 (diff) | |
| download | perlweeklychallenge-club-3358c7f0aeb3f42e8a5615e4823e33e85433e5b5.tar.gz perlweeklychallenge-club-3358c7f0aeb3f42e8a5615e4823e33e85433e5b5.tar.bz2 perlweeklychallenge-club-3358c7f0aeb3f42e8a5615e4823e33e85433e5b5.zip | |
- Added blog by Myoungjin Jeon.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 88 |
1 files changed, 44 insertions, 44 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 81e761f439..ad79c5c23c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,23 +1,41 @@ { + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2020-09-29 04:38:26 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, "series" : [ { - "dataLabels" : { - "format" : "{point.y:.0f}", - "rotation" : -90, - "color" : "#FFFFFF", - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "y" : 10 - }, "name" : "Contributions", "data" : [ [ "Blog", - 1000 + 1001 ], [ "Perl", @@ -27,37 +45,19 @@ "Raku", 2196 ] - ] - } - ], - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "subtitle" : { - "text" : "Last updated at 2020-09-29 04:32:19 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + ], + "dataLabels" : { + "y" : 10, + "color" : "#FFFFFF", + "rotation" : -90, + "align" : "right", + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "format" : "{point.y:.0f}" } } - } + ] } |
