diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 90bfc1fe35..24c36ced60 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,32 +1,23 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } + "yAxis" : { + "title" : { + "text" : null }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2021-06-16 15:32:23 GMT" + "min" : 0 }, "series" : [ { "name" : "Contributions", "dataLabels" : { - "align" : "right", + "format" : "{point.y:.0f}", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "format" : "{point.y:.0f}", - "enabled" : "true", "y" : 10, + "align" : "right", "color" : "#FFFFFF", + "enabled" : "true", "rotation" : -90 }, "data" : [ @@ -36,7 +27,7 @@ ], [ "Perl", - 5543 + 5545 ], [ "Raku", @@ -45,19 +36,28 @@ ] } ], - "chart" : { - "type" : "column" - }, "legend" : { "enabled" : "false" }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "chart" : { + "type" : "column" + }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "subtitle" : { + "text" : "Last updated at 2021-06-16 18:51:59 GMT" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
