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.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b7e1864e5d..fc68f359ff 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,31 +1,36 @@
{
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2024]"
},
"chart" : {
"type" : "column"
},
- "subtitle" : {
- "text" : "Last updated at 2024-05-31 13:56:28 GMT"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- }
+ },
+ "type" : "category"
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2024]"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2024-06-01 14:07:00 GMT"
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -33,31 +38,26 @@
],
[
"Perl",
- 14032
+ 14034
],
[
"Raku",
8140
]
],
+ "name" : "Contributions",
"dataLabels" : {
- "rotation" : -90,
- "y" : 10,
- "color" : "#FFFFFF",
"align" : "right",
- "enabled" : "true",
+ "y" : 10,
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "format" : "{point.y:.0f}"
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "enabled" : "true"
}
}
- ],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- }
+ ]
}