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.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 890f146723..866924fbf8 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,19 +1,10 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-09-08 09:52:03 GMT"
- },
- "chart" : {
- "type" : "column"
- },
"series" : [
{
"data" : [
[
"Blog",
- 954
+ 955
],
[
"Perl",
@@ -21,32 +12,44 @@
],
[
"Raku",
- 2099
+ 2100
]
],
- "name" : "Contributions",
"dataLabels" : {
"enabled" : "true",
"color" : "#FFFFFF",
"y" : 10,
"rotation" : -90,
- "align" : "right",
"format" : "{point.y:.0f}",
+ "align" : "right",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
- }
+ },
+ "name" : "Contributions"
}
],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-08 10:24:52 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
+ }
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"xAxis" : {
"labels" : {
@@ -56,8 +59,5 @@
}
},
"type" : "category"
- },
- "legend" : {
- "enabled" : "false"
}
}