diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 830f7e020e..4e3e0de739 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,13 +1,4 @@ { - "subtitle" : { - "text" : "Last updated at 2021-12-06 20:33:35 GMT" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "yAxis" : { "title" : { "text" : null @@ -20,18 +11,17 @@ "series" : [ { "dataLabels" : { - "enabled" : "true", - "format" : "{point.y:.0f}", "color" : "#FFFFFF", + "format" : "{point.y:.0f}", "y" : 10, - "rotation" : -90, - "align" : "right", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "enabled" : "true", + "align" : "right", + "rotation" : -90 }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -45,19 +35,29 @@ "Raku", 4134 ] - ] + ], + "name" : "Contributions" } ], + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, "xAxis" : { "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } }, "type" : "category" }, - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2021-12-06 20:50:22 GMT" } } |
