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.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 3a802b438e..a5a16d04ae 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,10 +1,4 @@
{
- "subtitle" : {
- "text" : "Last updated at 2021-01-25 20:03:39 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"xAxis" : {
"labels" : {
"style" : {
@@ -23,41 +17,47 @@
],
[
"Perl",
- 4476
+ 4486
],
[
"Raku",
- 2918
+ 2920
]
],
+ "name" : "Contributions",
"dataLabels" : {
- "enabled" : "true",
- "align" : "right",
- "rotation" : -90,
"color" : "#FFFFFF",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "format" : "{point.y:.0f}",
- "y" : 10
- },
- "name" : "Contributions"
+ "rotation" : -90,
+ "align" : "right",
+ "enabled" : "true"
+ }
}
],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"legend" : {
"enabled" : "false"
},
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"chart" : {
"type" : "column"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "subtitle" : {
+ "text" : "Last updated at 2021-01-26 17:35:54 GMT"
}
}