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.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 247cfd63c4..f4cffcee07 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
"series" : [
{
- "name" : "Contributions",
"dataLabels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
"color" : "#FFFFFF",
"rotation" : -90,
- "align" : "right",
- "format" : "{point.y:.0f}",
- "y" : 10,
- "enabled" : "true"
+ "align" : "right"
},
"data" : [
[
"Blog",
- 1335
+ 1339
],
[
"Perl",
- 4660
+ 4674
],
[
"Raku",
- 3003
+ 3010
]
- ]
+ ],
+ "name" : "Contributions"
}
],
- "legend" : {
- "enabled" : "false"
- },
- "chart" : {
- "type" : "column"
- },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- },
- "type" : "category"
+ }
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"subtitle" : {
- "text" : "Last updated at 2021-02-16 07:00:58 GMT"
+ "text" : "Last updated at 2021-02-17 11:52:27 GMT"
}
}