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.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 65d7be565c..9238263c6d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,62 +1,62 @@
{
- "subtitle" : {
- "text" : "Last updated at 2021-08-08 11:57:53 GMT"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
},
+ "subtitle" : {
+ "text" : "Last updated at 2021-08-08 14:08:18 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
"data" : [
[
"Blog",
- 1786
+ 1788
],
[
"Perl",
- 5943
+ 5945
],
[
"Raku",
3704
]
],
+ "name" : "Contributions",
"dataLabels" : {
+ "format" : "{point.y:.0f}",
"color" : "#FFFFFF",
- "enabled" : "true",
- "y" : 10,
- "align" : "right",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
+ "align" : "right",
"rotation" : -90,
- "format" : "{point.y:.0f}"
- },
- "name" : "Contributions"
+ "enabled" : "true",
+ "y" : 10
+ }
}
],
- "legend" : {
- "enabled" : "false"
- },
- "chart" : {
- "type" : "column"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
}