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.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 543fac0c56..22cb613cf1 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "legend" : {
- "enabled" : "false"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2024]"
},
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
- },
- "type" : "category"
- },
- "subtitle" : {
- "text" : "Last updated at 2024-06-11 12:15:03 GMT"
+ }
},
"chart" : {
"type" : "column"
},
+ "legend" : {
+ "enabled" : "false"
+ },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2024-06-11 21:06:19 GMT"
+ },
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
+ "rotation" : -90,
"y" : 10,
- "align" : "right",
"enabled" : "true",
- "rotation" : -90,
"format" : "{point.y:.0f}",
"color" : "#FFFFFF",
+ "align" : "right",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
},
- "name" : "Contributions",
"data" : [
[
"Blog",
- 4958
+ 4959
],
[
"Perl",
- 14124
+ 14125
],
[
"Raku",
- 8188
+ 8191
]
]
}
- ],
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2024]"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- }
+ ]
}