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.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 84adbd5b17..0ce6bf1bde 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 23:01:22 GMT"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
}
},
"legend" : {
"enabled" : "false"
},
- "chart" : {
- "type" : "column"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ "subtitle" : {
+ "text" : "Last updated at 2021-08-09 06:29:26 GMT"
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 1790
+ 1791
],
[
"Perl",
- 5952
+ 5954
],
[
"Raku",
- 3706
+ 3708
]
],
+ "name" : "Contributions",
"dataLabels" : {
"y" : 10,
- "enabled" : "true",
- "rotation" : -90,
"format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
+ "enabled" : "true",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "align" : "right"
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "rotation" : -90
}
}
]