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.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index ba70f74d17..8407094a05 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,46 +1,43 @@
{
- "subtitle" : {
- "text" : "Last updated at 2022-09-03 10:41:34 GMT"
- },
"series" : [
{
"data" : [
[
"Blog",
- 2828
+ 2829
],
[
"Perl",
- 8747
+ 8749
],
[
"Raku",
- 5232
+ 5234
]
],
"dataLabels" : {
- "rotation" : -90,
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "align" : "right",
- "format" : "{point.y:.0f}",
"y" : 10,
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
"color" : "#FFFFFF",
+ "align" : "right",
"enabled" : "true"
},
"name" : "Contributions"
}
],
+ "chart" : {
+ "type" : "column"
+ },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
- },
- "legend" : {
- "enabled" : "false"
+ }
},
"xAxis" : {
"type" : "category",
@@ -51,13 +48,16 @@
}
}
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-09-03 17:09:29 GMT"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
}
}