diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 575579371b..4424cb1735 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,49 +1,37 @@ { - "subtitle" : { - "text" : "Last updated at 2022-10-16 21:44:58 GMT" - }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } } }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "subtitle" : { + "text" : "Last updated at 2022-10-16 22:27:39 GMT" + }, + "chart" : { + "type" : "column" + }, "series" : [ { + "name" : "Contributions", "dataLabels" : { + "y" : 10, + "format" : "{point.y:.0f}", "color" : "#FFFFFF", + "align" : "right", + "rotation" : -90, "enabled" : "true", - "format" : "{point.y:.0f}", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - }, - "align" : "right", - "rotation" : -90, - "y" : 10 + } }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -51,7 +39,7 @@ ], [ "Perl", - 9084 + 9086 ], [ "Raku", @@ -59,5 +47,17 @@ ] ] } - ] + ], + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + } } |
