diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-12-01 18:25:49 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-12-01 18:25:49 +0000 |
| commit | beea690859a2fb0c0451c4d5a8fb5d17c0b5d6e9 (patch) | |
| tree | 4bfa1e65fa8b10cb2607b2847cd6d751abc73427 /stats/pwc-language-breakdown-summary.json | |
| parent | 4ec7b42fc34c53106446378231cee9111c3635a1 (diff) | |
| download | perlweeklychallenge-club-beea690859a2fb0c0451c4d5a8fb5d17c0b5d6e9.tar.gz perlweeklychallenge-club-beea690859a2fb0c0451c4d5a8fb5d17c0b5d6e9.tar.bz2 perlweeklychallenge-club-beea690859a2fb0c0451c4d5a8fb5d17c0b5d6e9.zip | |
- Added blog by Kevin Colyer.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 5b37a9d3d8..7497d22e05 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,22 +1,14 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "chart" : { + "type" : "column" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", - 387 + 388 ], [ "Perl 5", @@ -27,37 +19,45 @@ 894 ] ], - "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", "color" : "#FFFFFF", - "enabled" : "true", - "rotation" : -90, + "format" : "{point.y:.0f}", "y" : 10, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "align" : "right" + "align" : "right", + "enabled" : "true", + "rotation" : -90 } } ], - "subtitle" : { - "text" : "Last updated at 2019-12-01 18:21:44 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } + } + }, + "subtitle" : { + "text" : "Last updated at 2019-12-01 18:25:44 GMT" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "title" : { + "text" : null }, - "type" : "category" + "min" : 0 } } |
