diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 267829f840..98c6d4df98 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,20 +1,29 @@ { + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, "subtitle" : { - "text" : "Last updated at 2022-01-04 21:45:29 GMT" + "text" : "Last updated at 2022-01-04 21:57:59 GMT" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "series" : [ { "dataLabels" : { + "y" : 10, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, "color" : "#FFFFFF", - "enabled" : "true", - "format" : "{point.y:.0f}", "align" : "right", - "y" : 10, "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } + "format" : "{point.y:.0f}", + "enabled" : "true" }, "data" : [ [ @@ -23,7 +32,7 @@ ], [ "Perl", - 7026 + 7027 ], [ "Raku", @@ -39,25 +48,16 @@ }, "min" : 0 }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - }, - "type" : "category" + } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
