diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 6e1c8df876..8753806618 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,13 @@ { + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "legend" : { + "enabled" : "false" + }, "xAxis" : { "type" : "category", "labels" : { @@ -8,28 +17,22 @@ } } }, - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "Last updated at 2022-09-28 12:40:22 GMT" + "text" : "Last updated at 2022-09-28 16:01:14 GMT" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "chart" : { + "type" : "column" }, "series" : [ { "data" : [ [ "Blog", - 2891 + 2892 ], [ "Perl", - 8941 + 8943 ], [ "Raku", @@ -37,27 +40,24 @@ ] ], "dataLabels" : { - "y" : 10, "color" : "#FFFFFF", + "align" : "right", + "rotation" : -90, + "y" : 10, + "enabled" : "true", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "enabled" : "true", - "align" : "right", - "format" : "{point.y:.0f}", - "rotation" : -90 + "format" : "{point.y:.0f}" }, "name" : "Contributions" } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "legend" : { - "enabled" : "false" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } } } |
