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 addcc91581..07aa59acf4 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,22 +1,28 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
+ "y" : 10,
+ "align" : "right",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
"enabled" : "true",
- "align" : "right",
- "format" : "{point.y:.0f}",
- "y" : 10,
+ "color" : "#FFFFFF",
"rotation" : -90,
- "color" : "#FFFFFF"
+ "format" : "{point.y:.0f}"
},
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -24,7 +30,7 @@
],
[
"Perl",
- 5071
+ 5072
],
[
"Raku",
@@ -33,20 +39,8 @@
]
}
],
- "legend" : {
- "enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-04-15 09:46:50 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"chart" : {
"type" : "column"
@@ -59,5 +53,11 @@
}
},
"type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-04-15 13:00:48 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}