diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index bd9cd7662b..33a520d813 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,61 +1,61 @@ { + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2023]" + }, "series" : [ { + "dataLabels" : { + "align" : "right", + "y" : 10, + "enabled" : "true", + "color" : "#FFFFFF", + "rotation" : -90, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", - 3427 + 3444 ], [ "Perl", - 10514 + 10628 ], [ "Raku", - 6201 + 6221 ] ], - "name" : "Contributions", - "dataLabels" : { - "y" : 10, - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true", - "rotation" : -90, - "align" : "right", - "format" : "{point.y:.0f}" - } + "name" : "Contributions" } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "legend" : { + "enabled" : "false" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2023]" + }, + "min" : 0 }, "subtitle" : { - "text" : "Last updated at 2023-03-27 01:59:44 GMT" + "text" : "Last updated at 2023-04-03 00:55:17 GMT" }, - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "xAxis" : { "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } }, "type" : "category" |
