diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index f6adddd764..c6ec9758c2 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,18 @@ { - "subtitle" : { - "text" : "Last updated at 2020-06-13 12:45:17 GMT" - }, - "chart" : { - "type" : "column" - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } }, "yAxis" : { "min" : 0, @@ -17,11 +20,18 @@ "text" : null } }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2020-06-13 20:31:08 GMT" + }, + "chart" : { + "type" : "column" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -33,31 +43,21 @@ ], [ "Raku", - 1685 + 1687 ] ], "dataLabels" : { - "color" : "#FFFFFF", - "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}", "y" : 10, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "format" : "{point.y:.0f}", - "align" : "right", - "enabled" : "true" - }, - "name" : "Contributions" - } - ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "rotation" : -90, + "enabled" : "true", + "color" : "#FFFFFF" } } - } + ] } |
