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 815daf1a08..ceda50b5a3 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,21 +1,21 @@ { - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2022-09-30 16:23:07 GMT" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } + }, + "type" : "category" }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "yAxis" : { "title" : { @@ -25,39 +25,39 @@ }, "series" : [ { + "dataLabels" : { + "color" : "#FFFFFF", + "y" : 10, + "enabled" : "true", + "rotation" : -90, + "format" : "{point.y:.0f}", + "align" : "right", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "name" : "Contributions", "data" : [ [ "Blog", - 2893 + 2894 ], [ "Perl", - 8947 + 8949 ], [ "Raku", - 5346 + 5348 ] - ], - "name" : "Contributions", - "dataLabels" : { - "color" : "#FFFFFF", - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10, - "rotation" : -90, - "enabled" : "true", - "format" : "{point.y:.0f}" - } + ] } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "legend" : { + "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "subtitle" : { + "text" : "Last updated at 2022-10-01 08:14:57 GMT" } } |
