diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 8d7107e3f4..a714191e34 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,24 @@ { - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } + }, + "type" : "category" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2022-07-29 08:17:33 GMT" }, "series" : [ { @@ -23,7 +29,7 @@ ], [ "Perl", - 8522 + 8524 ], [ "Raku", @@ -32,32 +38,26 @@ ], "name" : "Contributions", "dataLabels" : { - "color" : "#FFFFFF", - "align" : "right", "enabled" : "true", + "color" : "#FFFFFF", "y" : 10, + "rotation" : -90, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, "format" : "{point.y:.0f}", - "rotation" : -90 + "align" : "right" } } ], - "subtitle" : { - "text" : "Last updated at 2022-07-28 00:43:30 GMT" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "chart" : { "type" : "column" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "legend" : { + "enabled" : "false" } } |
