diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 7fa0054596..7ac84b8c35 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,34 +1,41 @@ { + "chart" : { + "type" : "column" + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "subtitle" : { + "text" : "Last updated at 2021-10-04 01:28:45 GMT" }, "legend" : { "enabled" : "false" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - } + }, + "type" : "category" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", - "rotation" : -90, - "y" : 10, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "rotation" : -90, "align" : "right", + "color" : "#FFFFFF", + "y" : 10, "enabled" : "true" }, "data" : [ @@ -38,14 +45,13 @@ ], [ "Perl", - 6299 + 6300 ], [ "Raku", 3862 ] - ], - "name" : "Contributions" + ] } ], "yAxis" : { @@ -53,11 +59,5 @@ "title" : { "text" : null } - }, - "subtitle" : { - "text" : "Last updated at 2021-10-04 01:15:07 GMT" - }, - "chart" : { - "type" : "column" } } |
