diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 7e74760eb0..bf3b56d894 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,13 +1,31 @@ { + "subtitle" : { + "text" : "Last updated at 2023-01-02 03:56:19 GMT" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, - "legend" : { - "enabled" : "false" - }, "series" : [ { "name" : "Contributions", @@ -18,10 +36,10 @@ }, "format" : "{point.y:.0f}", "align" : "right", - "color" : "#FFFFFF", - "enabled" : "true", + "y" : 10, "rotation" : -90, - "y" : 10 + "color" : "#FFFFFF", + "enabled" : "true" }, "data" : [ [ @@ -30,7 +48,7 @@ ], [ "Perl", - 9694 + 9696 ], [ "Raku", @@ -39,25 +57,7 @@ ] } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2023-01-01 23:30:21 GMT" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "chart" : { - "type" : "column" } } |
