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.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b28bca3cbf..0add29dbad 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,27 +1,28 @@
{
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"subtitle" : {
- "text" : "Last updated at 2020-01-20 02:13:51 GMT"
+ "text" : "Last updated at 2020-01-20 02:17:10 GMT"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
"dataLabels" : {
- "enabled" : "true",
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
"align" : "right",
- "y" : 10,
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "color" : "#FFFFFF"
+ "enabled" : "true",
+ "y" : 10
},
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -29,16 +30,18 @@
],
[
"Perl",
- 1760
+ 1762
],
[
"Raku",
- 1060
+ 1062
]
- ],
- "name" : "Contributions"
+ ]
}
],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -48,16 +51,13 @@
}
}
},
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
+ },
+ "legend" : {
+ "enabled" : "false"
}
}