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.json66
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index e320e961ac..80895b185d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2024]"
- },
"series" : [
{
- "name" : "Contributions",
"dataLabels" : {
- "align" : "right",
- "enabled" : "true",
- "format" : "{point.y:.0f}",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
+ "align" : "right",
+ "format" : "{point.y:.0f}",
"y" : 10,
- "rotation" : -90,
- "color" : "#FFFFFF"
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "rotation" : -90
},
"data" : [
[
"Blog",
- 4453
+ 4472
],
[
"Perl",
- 13073
+ 13099
],
[
"Raku",
- 7543
+ 7555
]
- ]
+ ],
+ "name" : "Contributions"
}
],
- "subtitle" : {
- "text" : "Last updated at 2024-01-29 05:50:59 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
}
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2024]"
},
"legend" : {
"enabled" : "false"
},
- "chart" : {
- "type" : "column"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
+ "yAxis" : {
+ "title" : {
+ "text" : null
},
- "type" : "category"
+ "min" : 0
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2024-01-31 13:36:32 GMT"
}
}