diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-29 22:17:19 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-29 22:17:19 +0100 |
| commit | 1ed4200f27c95e70830bade3d3143320259ca9bb (patch) | |
| tree | fdc966d65c26d97bc1d3f7d484aa70159e8e1af3 /stats/pwc-language-breakdown-summary.json | |
| parent | fc3b4ec4c844684573640a3e7456e1b6c79a178d (diff) | |
| download | perlweeklychallenge-club-1ed4200f27c95e70830bade3d3143320259ca9bb.tar.gz perlweeklychallenge-club-1ed4200f27c95e70830bade3d3143320259ca9bb.tar.bz2 perlweeklychallenge-club-1ed4200f27c95e70830bade3d3143320259ca9bb.zip | |
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 9437ceab42..e0da245d34 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2019-09-29 21:17:00 GMT" }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" }, - "legend" : { - "enabled" : "false" - }, "series" : [ { "data" : [ [ "Blog", - 289 + 290 ], [ "Perl 5", - 1089 + 1091 ], [ "Perl 6", - 664 + 666 ] ], "dataLabels" : { + "format" : "{point.y:.0f}", "rotation" : -90, "color" : "#FFFFFF", "enabled" : "true", + "align" : "right", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "format" : "{point.y:.0f}", - "y" : 10, - "align" : "right" + "y" : 10 }, "name" : "Contributions" } ], + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "subtitle" : { - "text" : "Last updated at 2019-09-29 20:45:45 GMT" } } |
