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.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 8d6dbda354..eee6ee71ba 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,15 +1,10 @@
{
- "subtitle" : {
- "text" : "Last updated at 2021-01-25 19:35:41 GMT"
- },
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "chart" : {
- "type" : "column"
- },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -17,7 +12,7 @@
],
[
"Perl",
- 4470
+ 4472
],
[
"Raku",
@@ -25,38 +20,43 @@
]
],
"dataLabels" : {
- "rotation" : -90,
- "align" : "right",
"enabled" : "true",
- "y" : 10,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
+ "align" : "right",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
- }
- },
- "name" : "Contributions"
+ },
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "y" : 10
+ }
}
],
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- }
+ },
+ "type" : "category"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "subtitle" : {
+ "text" : "Last updated at 2021-01-25 19:47:26 GMT"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "chart" : {
+ "type" : "column"
+ },
"legend" : {
"enabled" : "false"
}