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 2bc96c2c1c..da636988e1 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,45 +1,49 @@
{
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- }
+ },
+ "type" : "category"
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "legend" : {
+ "enabled" : "false"
},
"subtitle" : {
- "text" : "Last updated at 2022-11-20 22:20:48 GMT"
+ "text" : "Last updated at 2022-11-20 22:41:05 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ }
},
- "legend" : {
- "enabled" : "false"
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
"dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "rotation" : -90,
+ "color" : "#FFFFFF",
"format" : "{point.y:.0f}",
- "enabled" : "true",
+ "rotation" : -90,
"y" : 10,
"align" : "right",
- "color" : "#FFFFFF"
+ "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
},
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -51,13 +55,9 @@
],
[
"Raku",
- 5611
+ 5612
]
- ],
- "name" : "Contributions"
+ ]
}
- ],
- "chart" : {
- "type" : "column"
- }
+ ]
}