diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index f7fa5dda56..eeb6a046c6 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, "chart" : { "type" : "column" }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "legend" : { "enabled" : "false" }, "subtitle" : { - "text" : "Last updated at 2022-12-01 09:06:16 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "text" : "Last updated at 2022-12-01 09:27:42 GMT" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } }, "series" : [ { + "dataLabels" : { + "enabled" : "true", + "y" : 10, + "rotation" : -90, + "align" : "right", + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}" + }, "name" : "Contributions", "data" : [ [ "Blog", - 3068 + 3069 ], [ "Perl", - 9445 + 9447 ], [ "Raku", 5683 ] - ], - "dataLabels" : { - "enabled" : "true", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "y" : 10, - "rotation" : -90, - "align" : "right" - } - } - ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } + ] } - } + ] } |
