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.json34
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 2abbf99afa..f637e5c83b 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,13 +1,12 @@
{
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -15,7 +14,7 @@
],
[
"Perl",
- 9271
+ 9273
],
[
"Raku",
@@ -23,41 +22,42 @@
]
],
"dataLabels" : {
- "enabled" : "true",
- "format" : "{point.y:.0f}",
"rotation" : -90,
- "color" : "#FFFFFF",
"y" : 10,
"align" : "right",
+ "enabled" : "true",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
- }
- }
+ },
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF"
+ },
+ "name" : "Contributions"
}
],
"xAxis" : {
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
},
"type" : "category"
},
- "chart" : {
- "type" : "column"
- },
"legend" : {
"enabled" : "false"
},
+ "subtitle" : {
+ "text" : "Last updated at 2022-11-08 20:09:35 GMT"
+ },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
- "subtitle" : {
- "text" : "Last updated at 2022-11-08 20:02:47 GMT"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "chart" : {
+ "type" : "column"
}
}