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 88ba9c6b45..b985e99cfe 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,35 +1,23 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { "dataLabels" : { - "color" : "#FFFFFF", + "enabled" : "true", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "align" : "right", - "enabled" : "true", - "format" : "{point.y:.0f}", + "y" : 10, "rotation" : -90, - "y" : 10 + "color" : "#FFFFFF", + "align" : "right", + "format" : "{point.y:.0f}" }, "data" : [ [ @@ -38,7 +26,7 @@ ], [ "Perl 5", - 1621 + 1623 ], [ "Perl 6", @@ -48,16 +36,28 @@ "name" : "Contributions" } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "chart" : { + "type" : "column" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" }, "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2019-12-23 18:58:56 GMT" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2019-12-23 19:06:09 GMT" } } |
