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.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index fedd62a372..b4c6c5c544 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,26 +1,29 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
"name" : "Contributions",
"dataLabels" : {
- "enabled" : "true",
"rotation" : -90,
+ "enabled" : "true",
+ "color" : "#FFFFFF",
"y" : 10,
+ "format" : "{point.y:.0f}",
+ "align" : "right",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
- },
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "align" : "right"
+ }
},
"data" : [
[
"Blog",
- 1557
+ 1558
],
[
"Perl",
@@ -28,16 +31,19 @@
],
[
"Raku",
- 3356
+ 3358
]
]
}
],
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"xAxis" : {
"type" : "category",
@@ -52,12 +58,6 @@
"type" : "column"
},
"subtitle" : {
- "text" : "Last updated at 2021-05-16 06:40:36 GMT"
- },
- "legend" : {
- "enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "text" : "Last updated at 2021-05-16 06:43:32 GMT"
}
}