diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-26 00:02:44 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-26 00:02:44 +0100 |
| commit | 967dd364ba5557a1866ea317de9d3f46ea0d27f4 (patch) | |
| tree | a81885a493ce8afd07a32e1fe7042537811f5b03 /stats/pwc-language-breakdown-summary.json | |
| parent | 5242ec7a8e4e221b64d80395c7c1b5a999801e0e (diff) | |
| download | perlweeklychallenge-club-967dd364ba5557a1866ea317de9d3f46ea0d27f4.tar.gz perlweeklychallenge-club-967dd364ba5557a1866ea317de9d3f46ea0d27f4.tar.bz2 perlweeklychallenge-club-967dd364ba5557a1866ea317de9d3f46ea0d27f4.zip | |
- Added blog by E. Choroba.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index cb580f30b3..e2707c6b7d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,34 +1,50 @@ { + "legend" : { + "enabled" : "false" + }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2020-04-25 23:02:26 GMT" }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "subtitle" : { - "text" : "Last updated at 2020-04-25 22:48:13 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "series" : [ { + "dataLabels" : { + "enabled" : "true", + "align" : "right", + "y" : 10, + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}" + }, + "name" : "Contributions", "data" : [ [ "Blog", - 636 + 637 ], [ "Perl", @@ -38,26 +54,10 @@ "Raku", 1505 ] - ], - "name" : "Contributions", - "dataLabels" : { - "rotation" : -90, - "color" : "#FFFFFF", - "enabled" : "true", - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "y" : 10 - } + ] } ], - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
