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 13b809fb32..794eb14a7a 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,16 +1,7 @@
{
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2024]"
- },
"legend" : {
"enabled" : "false"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- },
"xAxis" : {
"labels" : {
"style" : {
@@ -20,44 +11,53 @@
},
"type" : "category"
},
- "subtitle" : {
- "text" : "Last updated at 2024-01-23 12:21:52 GMT"
+ "chart" : {
+ "type" : "column"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2024]"
},
"series" : [
{
+ "name" : "Contributions",
+ "dataLabels" : {
+ "align" : "right",
+ "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "y" : 10
+ },
"data" : [
[
"Blog",
- 4444
+ 4445
],
[
"Perl",
- 13043
+ 13045
],
[
"Raku",
7524
]
- ],
- "dataLabels" : {
- "enabled" : "true",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right",
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "y" : 10,
- "rotation" : -90
- },
- "name" : "Contributions"
+ ]
+ }
+ ],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2024-01-23 13:24:16 GMT"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
}
- ]
+ }
}