diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-18 23:08:00 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-18 23:08:00 +0100 |
| commit | fefc6becd44a8f576067923af79eadbf509c1671 (patch) | |
| tree | 7de493b8a5289c5e7ca22b1024680db4ab39fe98 /stats/pwc-language-breakdown-summary.json | |
| parent | 62ecba951139975a8878072e25a7a35a6ab56bf2 (diff) | |
| download | perlweeklychallenge-club-fefc6becd44a8f576067923af79eadbf509c1671.tar.gz perlweeklychallenge-club-fefc6becd44a8f576067923af79eadbf509c1671.tar.bz2 perlweeklychallenge-club-fefc6becd44a8f576067923af79eadbf509c1671.zip | |
- Added solutions by Joelle Maslak.
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 cb4d0be860..9c1d10670d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,6 +1,25 @@ { + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, "series" : [ { + "dataLabels" : { + "y" : 10, + "align" : "right", + "rotation" : -90, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -8,36 +27,29 @@ ], [ "Perl 5", - 876 + 877 ], [ "Perl 6", - 522 + 523 ] - ], - "dataLabels" : { - "align" : "right", - "y" : 10, - "format" : "{point.y:.0f}", - "enabled" : "true", - "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90 - }, - "name" : "Contributions" + ] } ], - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } }, - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "subtitle" : { - "text" : "Last updated at 2019-08-18 22:00:48 GMT" + "text" : "Last updated at 2019-08-18 22:07:53 GMT" }, "yAxis" : { "min" : 0, @@ -45,19 +57,7 @@ "text" : null } }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } } } |
