diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index c171bf14a9..9b183cb207 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,13 +1,4 @@ { - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2022-06-05 16:07:53 GMT" - }, "yAxis" : { "min" : 0, "title" : { @@ -17,47 +8,56 @@ "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "subtitle" : { + "text" : "Last updated at 2022-06-05 16:55:57 GMT" + }, "series" : [ { "dataLabels" : { - "y" : 10, "format" : "{point.y:.0f}", + "rotation" : -90, "color" : "#FFFFFF", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "rotation" : -90, "align" : "right", - "enabled" : "true" + "enabled" : "true", + "y" : 10 }, + "name" : "Contributions", "data" : [ [ "Blog", - 2585 + 2587 ], [ "Perl", - 8145 + 8147 ], [ "Raku", - 4821 + 4823 ] - ], - "name" : "Contributions" + ] } ], + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - } - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "type" : "category" } } |
