diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-13 11:55:43 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-13 11:55:43 +0100 |
| commit | 8fdf05ee4238f651c9629d8ffadbe05cd64fe87d (patch) | |
| tree | 890a6f37c43e864be0589632e3abf43cdc42bf20 /stats/pwc-language-breakdown-summary.json | |
| parent | 0aeaabe51233d3c904da3488656fc67abbe574fc (diff) | |
| download | perlweeklychallenge-club-8fdf05ee4238f651c9629d8ffadbe05cd64fe87d.tar.gz perlweeklychallenge-club-8fdf05ee4238f651c9629d8ffadbe05cd64fe87d.tar.bz2 perlweeklychallenge-club-8fdf05ee4238f651c9629d8ffadbe05cd64fe87d.zip | |
- Added solution by Steven Wilson.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 1cac9bd634..67aa566b28 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,34 +1,43 @@ { - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2019-08-13 10:55:38 GMT" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "rotation" : -90, - "format" : "{point.y:.0f}", "color" : "#FFFFFF", "enabled" : "true", - "y" : 10, - "align" : "right", + "format" : "{point.y:.0f}", + "rotation" : -90, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "align" : "right" }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -36,7 +45,7 @@ ], [ "Perl 5", - 850 + 851 ], [ "Perl 6", @@ -45,19 +54,10 @@ ] } ], - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2019-08-12 14:12:44 GMT" + "legend" : { + "enabled" : "false" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "chart" : { + "type" : "column" } } |
