diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 6b54124d2c..4751c1171a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,20 +1,33 @@ { - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "subtitle" : { + "text" : "Last updated at 2019-10-02 10:04:16 GMT" }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", "align" : "right", - "y" : 10, + "format" : "{point.y:.0f}", + "rotation" : -90, "enabled" : "true", - "color" : "#FFFFFF", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "rotation" : -90 + "color" : "#FFFFFF", + "y" : 10 }, "data" : [ [ @@ -23,41 +36,28 @@ ], [ "Perl 5", - 1108 + 1110 ], [ "Perl 6", 676 ] - ], - "name" : "Contributions" + ] } ], "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2019-10-01 18:47:42 GMT" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "chart" : { + "type" : "column" }, "yAxis" : { "min" : 0, "title" : { "text" : null } + }, + "legend" : { + "enabled" : "false" } } |
