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.json88
1 files changed, 44 insertions, 44 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index a44c7cf253..9ea4cda3b0 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "chart" : {
- "type" : "column"
+ "series" : [
+ {
+ "data" : [
+ [
+ "Blog",
+ 5166
+ ],
+ [
+ "Perl",
+ 14542
+ ],
+ [
+ "Raku",
+ 8403
+ ]
+ ],
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "enabled" : "true",
+ "align" : "right",
+ "y" : 10
+ },
+ "name" : "Contributions"
+ }
+ ],
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"legend" : {
"enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2024-08-07 08:56:24 GMT"
- },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2024]"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "subtitle" : {
+ "text" : "Last updated at 2024-08-07 15:53:15 GMT"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "chart" : {
+ "type" : "column"
+ },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
- }
- },
- "series" : [
- {
- "dataLabels" : {
- "rotation" : -90,
- "y" : 10,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "color" : "#FFFFFF",
- "enabled" : "true",
- "align" : "right",
- "format" : "{point.y:.0f}"
- },
- "name" : "Contributions",
- "data" : [
- [
- "Blog",
- 5166
- ],
- [
- "Perl",
- 14540
- ],
- [
- "Raku",
- 8403
- ]
- ]
- }
- ]
+ },
+ "type" : "category"
+ }
}