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.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index a9fbc75d02..d659d7f7af 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,21 +1,12 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2022-05-29 23:40:14 GMT"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "legend" : {
- "enabled" : "false"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
"yAxis" : {
"title" : {
@@ -23,41 +14,50 @@
},
"min" : 0
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 2571
+ 2572
],
[
"Perl",
- 8114
+ 8116
],
[
"Raku",
4803
]
],
- "name" : "Contributions",
"dataLabels" : {
- "color" : "#FFFFFF",
+ "y" : 10,
"format" : "{point.y:.0f}",
"rotation" : -90,
- "y" : 10,
- "align" : "right",
- "enabled" : "true",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "align" : "right"
}
}
],
- "subtitle" : {
- "text" : "Last updated at 2022-05-29 21:57:25 GMT"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
}
}