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.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index e684a0afae..9eee64213f 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "legend" : {
- "enabled" : "false"
- },
"xAxis" : {
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
},
"type" : "category"
},
- "chart" : {
- "type" : "column"
- },
"series" : [
{
"dataLabels" : {
- "color" : "#FFFFFF",
- "y" : 10,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "enabled" : "true",
- "format" : "{point.y:.0f}",
+ "y" : 10,
"align" : "right",
- "rotation" : -90
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "enabled" : "true"
},
- "name" : "Contributions",
"data" : [
[
"Blog",
- 1792
+ 1801
],
[
"Perl",
- 5958
+ 5985
],
[
"Raku",
- 3709
+ 3725
]
- ]
+ ],
+ "name" : "Contributions"
}
],
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ "subtitle" : {
+ "text" : "Last updated at 2021-08-16 12:03:03 GMT"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
+ }
},
- "subtitle" : {
- "text" : "Last updated at 2021-08-11 20:01:30 GMT"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
}
}