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.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 9ffe59a35d..f2bab5ec11 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,50 +1,56 @@
{
- "chart" : {
- "type" : "column"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
},
- "subtitle" : {
- "text" : "Last updated at 2022-04-16 17:02:38 GMT"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
+ "dataLabels" : {
+ "rotation" : -90,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "align" : "right",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "enabled" : "true"
+ },
"name" : "Contributions",
"data" : [
[
"Blog",
- 2440
+ 2441
],
[
"Perl",
- 7778
+ 7780
],
[
"Raku",
- 4631
+ 4633
]
- ],
- "dataLabels" : {
- "y" : 10,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "align" : "right",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "rotation" : -90
- }
+ ]
}
],
+ "subtitle" : {
+ "text" : "Last updated at 2022-04-16 19:39:20 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -53,11 +59,5 @@
"fontFamily" : "Verdana, sans-serif"
}
}
- },
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
}
}