diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 8cfa26ab21..98c8fbe31d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2023]" - }, - "subtitle" : { - "text" : "Last updated at 2023-09-24 23:08:44 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" - }, "series" : [ { "dataLabels" : { - "align" : "right", - "format" : "{point.y:.0f}", + "y" : 10, "color" : "#FFFFFF", + "rotation" : -90, "enabled" : "true", - "y" : 10, + "format" : "{point.y:.0f}", + "align" : "right", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90 + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } }, "name" : "Contributions", "data" : [ [ "Blog", - 3980 + 3993 ], [ "Perl", - 12101 + 12119 ], [ "Raku", - 6957 + 6969 ] ] } ], "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - } + }, + "type" : "category" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "legend" : { "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2023-09-26 10:21:04 GMT" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2023]" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
