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.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index bc13772fcc..14051b19f4 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,13 +1,25 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-11-14 02:59:23 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -17,27 +29,21 @@
}
}
},
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
+ "format" : "{point.y:.0f}",
"color" : "#FFFFFF",
"y" : 10,
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "rotation" : -90,
+ "align" : "right",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "align" : "right"
+ "rotation" : -90,
+ "enabled" : "true"
},
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -45,7 +51,7 @@
],
[
"Perl",
- 9305
+ 9307
],
[
"Raku",
@@ -53,11 +59,5 @@
]
]
}
- ],
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-11-14 02:36:17 GMT"
- }
+ ]
}