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 85bfc3493c..707328e7ae 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,6 +1,12 @@
{
- "subtitle" : {
- "text" : "Last updated at 2021-04-16 05:01:37 GMT"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"xAxis" : {
"type" : "category",
@@ -11,27 +17,11 @@
}
}
},
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"chart" : {
"type" : "column"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -39,7 +29,7 @@
],
[
"Perl",
- 5076
+ 5078
],
[
"Raku",
@@ -47,17 +37,27 @@
]
],
"dataLabels" : {
- "align" : "right",
+ "enabled" : "true",
"y" : 10,
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "enabled" : "true",
+ "align" : "right",
"color" : "#FFFFFF"
- }
+ },
+ "name" : "Contributions"
}
- ]
+ ],
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-04-16 09:10:39 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ }
}