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.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 0d5c3b1a61..b764442a56 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,39 +1,43 @@
{
+ "legend" : {
+ "enabled" : "false"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "subtitle" : {
- "text" : "Last updated at 2020-09-21 21:04:42 GMT"
- },
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-21 21:15:29 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"series" : [
{
"dataLabels" : {
- "enabled" : "true",
- "align" : "right",
- "color" : "#FFFFFF",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "y" : 10,
"format" : "{point.y:.0f}",
- "rotation" : -90
+ "rotation" : -90,
+ "y" : 10,
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "enabled" : "true"
},
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -45,19 +49,15 @@
],
[
"Raku",
- 2161
+ 2163
]
- ],
- "name" : "Contributions"
+ ]
}
],
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
}
}