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.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index fecf61b0d4..e57a6a83c3 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -8,56 +8,56 @@
},
"type" : "category"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2023]"
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"subtitle" : {
- "text" : "Last updated at 2023-07-30 09:47:18 GMT"
- },
- "legend" : {
- "enabled" : "false"
+ "text" : "Last updated at 2023-07-30 15:34:09 GMT"
},
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 3785
+ 3787
],
[
"Perl",
- 11626
+ 11630
],
[
"Raku",
- 6687
+ 6689
]
],
- "name" : "Contributions",
"dataLabels" : {
- "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
"color" : "#FFFFFF",
- "align" : "right",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
+ "enabled" : "true",
"y" : 10,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "rotation" : -90
}
}
- ]
+ ],
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2023]"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ }
}