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 7b86646121..ddf0892f20 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,10 +1,4 @@
{
- "subtitle" : {
- "text" : "Last updated at 2020-08-23 21:44:09 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"xAxis" : {
"labels" : {
"style" : {
@@ -14,6 +8,9 @@
},
"type" : "category"
},
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
"data" : [
@@ -23,41 +20,44 @@
],
[
"Perl",
- 3098
+ 3100
],
[
"Raku",
- 2017
+ 2019
]
],
"name" : "Contributions",
"dataLabels" : {
- "enabled" : "true",
"y" : 10,
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "align" : "right",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
- }
+ },
+ "align" : "right",
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "enabled" : "true"
}
}
],
"chart" : {
"type" : "column"
},
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2020-08-24 04:22:03 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
}
}