diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 63eb22a72c..82476d5bf4 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,17 +1,23 @@ { - "subtitle" : { - "text" : "Last updated at 2024-01-26 14:26:55 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "legend" : { + "enabled" : "false" }, "series" : [ { "data" : [ [ "Blog", - 4448 + 4449 ], [ "Perl", - 13054 + 13056 ], [ "Raku", @@ -19,45 +25,39 @@ ] ], "dataLabels" : { - "rotation" : -90, - "align" : "right", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", "y" : 10, - "enabled" : "true", + "rotation" : -90, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - } + }, + "format" : "{point.y:.0f}", + "align" : "right", + "enabled" : "true", + "color" : "#FFFFFF" }, "name" : "Contributions" } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2023]" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "subtitle" : { + "text" : "Last updated at 2024-01-26 14:51:17 GMT" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - } + }, + "type" : "category" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2023]" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
