diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index a450eb47f8..5d8ed07b6b 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,33 @@ { - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2019-10-20 16:46:47 GMT" }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "legend" : { + "enabled" : "false" }, "series" : [ { @@ -17,47 +38,26 @@ ], [ "Perl 5", - 1246 + 1248 ], [ "Perl 6", 747 ] ], - "name" : "Contributions", "dataLabels" : { - "color" : "#FFFFFF", + "y" : 10, "enabled" : "true", - "format" : "{point.y:.0f}", - "align" : "right", "rotation" : -90, - "y" : 10, + "format" : "{point.y:.0f}", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - } - ], - "subtitle" : { - "text" : "Last updated at 2019-10-20 16:11:01 GMT" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "align" : "right" + }, + "name" : "Contributions" } - } + ] } |
