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.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 28defb54ab..b67cb51d3e 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,14 +2,11 @@
"chart" : {
"type" : "column"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
+ }
},
"series" : [
{
@@ -20,7 +17,7 @@
],
[
"Perl",
- 3986
+ 3988
],
[
"Raku",
@@ -28,16 +25,16 @@
]
],
"dataLabels" : {
- "enabled" : "true",
- "y" : 10,
- "color" : "#FFFFFF",
"format" : "{point.y:.0f}",
- "rotation" : -90,
+ "y" : 10,
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "align" : "right"
+ "align" : "right",
+ "enabled" : "true",
+ "rotation" : -90,
+ "color" : "#FFFFFF"
},
"name" : "Contributions"
}
@@ -45,11 +42,8 @@
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "legend" : {
- "enabled" : "false"
- },
"subtitle" : {
- "text" : "Last updated at 2020-12-06 10:40:04 GMT"
+ "text" : "Last updated at 2020-12-06 10:54:18 GMT"
},
"xAxis" : {
"labels" : {
@@ -59,5 +53,11 @@
}
},
"type" : "category"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}