diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-23 17:09:34 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-23 17:09:34 +0100 |
| commit | dbf1cebdc82b8daf3c2f168bda8cd3aff79fa7d7 (patch) | |
| tree | 5e3a21e97ff3fa2e855d68e6f56dd509fa6a38cf /stats/pwc-language-breakdown-summary.json | |
| parent | 8d0a5c6e4835e8c0f4b1f0cf0fb2edbd73db3760 (diff) | |
| download | perlweeklychallenge-club-dbf1cebdc82b8daf3c2f168bda8cd3aff79fa7d7.tar.gz perlweeklychallenge-club-dbf1cebdc82b8daf3c2f168bda8cd3aff79fa7d7.tar.bz2 perlweeklychallenge-club-dbf1cebdc82b8daf3c2f168bda8cd3aff79fa7d7.zip | |
- Added solution by Scimon Proctor.
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 f4df8e9261..94d89e8d09 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,19 +1,22 @@ { + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2019-09-23 16:09:30 GMT" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "series" : [ { "name" : "Contributions", - "dataLabels" : { - "align" : "right", - "y" : 10, - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "rotation" : -90, - "format" : "{point.y:.0f}" - }, "data" : [ [ "Blog", @@ -25,39 +28,36 @@ ], [ "Perl 6", - 651 + 652 ] - ] + ], + "dataLabels" : { + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "align" : "right", + "format" : "{point.y:.0f}", + "rotation" : -90, + "y" : 10, + "color" : "#FFFFFF" + } } ], "legend" : { "enabled" : "false" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" - }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "subtitle" : { - "text" : "Last updated at 2019-09-23 15:30:14 GMT" + "chart" : { + "type" : "column" }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" } } |
