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.json38
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 505905953a..27cba36bb2 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,7 +1,4 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"legend" : {
"enabled" : "false"
},
@@ -17,29 +14,31 @@
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "subtitle" : {
- "text" : "Last updated at 2021-06-06 22:11:39 GMT"
- },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- },
- "type" : "category"
+ }
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-06-06 22:14:30 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 1619
+ 1620
],
[
"Perl",
- 5444
+ 5446
],
[
"Raku",
@@ -47,17 +46,18 @@
]
],
"dataLabels" : {
+ "rotation" : -90,
+ "y" : 10,
+ "color" : "#FFFFFF",
"enabled" : "true",
+ "align" : "right",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "align" : "right",
- "color" : "#FFFFFF",
- "y" : 10
- }
+ "format" : "{point.y:.0f}"
+ },
+ "name" : "Contributions"
}
]
}