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.json34
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 1231d784d7..3f5f9d2337 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,7 +1,4 @@
{
- "legend" : {
- "enabled" : "false"
- },
"chart" : {
"type" : "column"
},
@@ -9,16 +6,13 @@
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
- }
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "type" : "category"
},
"yAxis" : {
"title" : {
@@ -26,24 +20,30 @@
},
"min" : 0
},
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
"subtitle" : {
- "text" : "Last updated at 2022-09-26 15:30:15 GMT"
+ "text" : "Last updated at 2022-09-26 16:13:15 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
- "name" : "Contributions",
"dataLabels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "rotation" : -90,
"align" : "right",
- "enabled" : "true",
"color" : "#FFFFFF",
"format" : "{point.y:.0f}",
- "y" : 10
+ "enabled" : "true",
+ "y" : 10,
+ "rotation" : -90
},
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -51,11 +51,11 @@
],
[
"Perl",
- 8928
+ 8929
],
[
"Raku",
- 5339
+ 5340
]
]
}