diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-14 00:30:54 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-14 00:30:54 +0100 |
| commit | 0a650c745144917705df2e288c80cab549eb6f18 (patch) | |
| tree | 5152595d3e2545d5117f4f214d42940cc1aaacea /stats/pwc-language-breakdown-summary.json | |
| parent | 2e8cdada32042acf552dd41f89e780f91e63ab35 (diff) | |
| download | perlweeklychallenge-club-0a650c745144917705df2e288c80cab549eb6f18.tar.gz perlweeklychallenge-club-0a650c745144917705df2e288c80cab549eb6f18.tar.bz2 perlweeklychallenge-club-0a650c745144917705df2e288c80cab549eb6f18.zip | |
- Added blog by E. Choroba.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 7bed0cd035..456083d4d2 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -5,31 +5,40 @@ }, "min" : 0 }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "chart" : { + "type" : "column" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "subtitle" : { - "text" : "Last updated at 2019-10-13 23:29:00 GMT" - }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", "y" : 10, - "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, "color" : "#FFFFFF", - "rotation" : -90, "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } + "rotation" : -90, + "format" : "{point.y:.0f}", + "enabled" : "true" }, + "name" : "Contributions", "data" : [ [ "Blog", - 310 + 311 ], [ "Perl 5", @@ -42,22 +51,13 @@ ] } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, "legend" : { "enabled" : "false" }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2019-10-13 23:30:49 GMT" }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" } } |
