diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 6ff13015a8..5605563151 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,41 +1,48 @@ { + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "chart" : { "type" : "column" }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "legend" : { "enabled" : "false" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "type" : "category" }, "subtitle" : { - "text" : "Last updated at 2019-11-09 09:42:30 GMT" + "text" : "Last updated at 2019-11-09 11:49:42 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "color" : "#FFFFFF", + "rotation" : -90, + "enabled" : "true", + "y" : 10, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "enabled" : "true", - "rotation" : -90, - "y" : 10, "format" : "{point.y:.0f}", - "align" : "right" + "align" : "right", + "color" : "#FFFFFF" }, "data" : [ [ @@ -48,16 +55,9 @@ ], [ "Perl 6", - 822 + 826 ] - ], - "name" : "Contributions" - } - ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null + ] } - } + ] } |
