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 ebfd532fd9..4f360ff83d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "chart" : { - "type" : "column" - }, "legend" : { "enabled" : "false" }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "subtitle" : { - "text" : "Last updated at 2019-09-01 17:35:10 GMT" + "text" : "Last updated at 2019-09-01 20:18:56 GMT" + }, + "chart" : { + "type" : "column" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", - 242 + 243 ], [ "Perl 5", - 967 + 969 ], [ "Perl 6", - 578 + 580 ] ], + "name" : "Contributions", "dataLabels" : { - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "align" : "right", "rotation" : -90, + "align" : "right", + "enabled" : "true", + "y" : 10, "format" : "{point.y:.0f}", "color" : "#FFFFFF", - "y" : 10 + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } } } - ] + ], + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + } } |
