diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 095d75f35e..c890691aa9 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,33 +2,14 @@ "chart" : { "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "subtitle" : { + "text" : "Last updated at 2019-07-26 11:54:38 GMT" }, "legend" : { "enabled" : "false" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -36,28 +17,47 @@ ], [ "Perl 5", - 730 + 732 ], [ "Perl 6", 418 ] ], + "name" : "Contributions", "dataLabels" : { - "enabled" : "true", + "y" : 10, + "align" : "right", + "rotation" : -90, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, + "enabled" : "true", "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "rotation" : -90, - "align" : "right", - "y" : 10 + "color" : "#FFFFFF" } } ], - "subtitle" : { - "text" : "Last updated at 2019-07-26 10:49:29 GMT" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
