diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 449bf7951f..efa084a78f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -6,58 +6,58 @@ "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, "chart" : { "type" : "column" }, + "subtitle" : { + "text" : "Last updated at 2023-11-23 10:45:06 GMT" + }, + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2023]" + }, "series" : [ { - "dataLabels" : { - "rotation" : -90, - "y" : 10, - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "format" : "{point.y:.0f}", - "color" : "#FFFFFF" - }, "name" : "Contributions", "data" : [ [ "Blog", - 4221 + 4223 ], [ "Perl", - 12588 + 12591 ], [ "Raku", - 7256 + 7259 ] - ] + ], + "dataLabels" : { + "align" : "right", + "y" : 10, + "format" : "{point.y:.0f}", + "enabled" : "true", + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90 + } } - ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2023]" - }, - "subtitle" : { - "text" : "Last updated at 2023-11-22 10:52:35 GMT" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" - } + ] } |
