diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index b418ae9e30..b8dd9ef228 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,13 @@ { + "subtitle" : { + "text" : "Last updated at 2022-02-16 09:37:15 GMT" + }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, "xAxis" : { "labels" : { "style" : { @@ -8,24 +17,14 @@ }, "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" - }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -37,27 +36,28 @@ ], [ "Raku", - 4383 + 4385 ] ], "dataLabels" : { - "format" : "{point.y:.0f}", - "enabled" : "true", - "align" : "right", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", "rotation" : -90, "y" : 10, - "color" : "#FFFFFF" - } + "enabled" : "true", + "align" : "right" + }, + "name" : "Contributions" } ], "chart" : { "type" : "column" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
