diff options
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 eb83f6e0e7..60612d6daf 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,9 @@ { - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2019-08-30 20:26:56 GMT" }, "series" : [ { - "dataLabels" : { - "enabled" : "true", - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "y" : 10, - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90 - }, "data" : [ [ "Blog", @@ -29,35 +11,53 @@ ], [ "Perl 5", - 942 + 944 ], [ "Perl 6", 569 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "color" : "#FFFFFF", + "align" : "right", + "enabled" : "true", + "y" : 10, + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90 + } } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } }, - "subtitle" : { - "text" : "Last updated at 2019-08-30 14:45:13 GMT" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
