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.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 597d23a498..c7df823d92 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,52 +1,40 @@
{
"subtitle" : {
- "text" : "Last updated at 2020-08-23 11:45:40 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "chart" : {
- "type" : "column"
+ "text" : "Last updated at 2020-08-23 11:48:19 GMT"
},
"series" : [
{
"data" : [
[
"Blog",
- 909
+ 910
],
[
"Perl",
- 3088
+ 3090
],
[
"Raku",
2009
]
],
- "name" : "Contributions",
"dataLabels" : {
- "enabled" : "true",
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "y" : 10,
- "align" : "right",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "rotation" : -90
- }
+ "enabled" : "true",
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "y" : 10
+ },
+ "name" : "Contributions"
}
],
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "legend" : {
- "enabled" : "false"
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
"type" : "category",
@@ -57,7 +45,19 @@
}
}
},
+ "legend" : {
+ "enabled" : "false"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
}
}