diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 7c40c9dc56..b418ae9e30 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,28 +1,28 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - } - }, - "chart" : { - "type" : "column" + }, + "type" : "category" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "subtitle" : { + "text" : "Last updated at 2022-02-16 09:09:31 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2022-02-15 15:08:16 GMT" - }, "series" : [ { "name" : "Contributions", @@ -33,31 +33,31 @@ ], [ "Perl", - 7286 + 7288 ], [ "Raku", - 4381 + 4383 ] ], "dataLabels" : { - "y" : 10, - "rotation" : -90, "format" : "{point.y:.0f}", - "align" : "right", "enabled" : "true", + "align" : "right", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, + "rotation" : -90, + "y" : 10, "color" : "#FFFFFF" } } ], - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" } } |
