aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 2ea8ddea55..308d9c313c 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,25 +1,16 @@
{
- "subtitle" : {
- "text" : "Last updated at 2022-07-31 23:50:40 GMT"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
}
},
- "legend" : {
- "enabled" : "false"
- },
"series" : [
{
"data" : [
@@ -29,30 +20,39 @@
],
[
"Perl",
- 8544
+ 8546
],
[
"Raku",
- 5086
+ 5088
]
],
+ "name" : "Contributions",
"dataLabels" : {
- "format" : "{point.y:.0f}",
"enabled" : "true",
- "rotation" : -90,
- "color" : "#FFFFFF",
"y" : 10,
"align" : "right",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "name" : "Contributions"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "color" : "#FFFFFF"
+ }
}
],
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "subtitle" : {
+ "text" : "Last updated at 2022-07-31 23:57:24 GMT"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
},
"chart" : {
"type" : "column"