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 7c59838ec9..c8262e118a 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,25 +1,38 @@
{
- "subtitle" : {
- "text" : "Last updated at 2020-08-24 12:57:41 GMT"
- },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
},
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-08-24 13:05:05 GMT"
+ },
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
"color" : "#FFFFFF",
"y" : 10,
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
"align" : "right"
},
"data" : [
@@ -33,31 +46,18 @@
],
[
"Raku",
- 2021
+ 2023
]
- ],
- "name" : "Contributions"
+ ]
}
],
"chart" : {
"type" : "column"
},
- "legend" : {
- "enabled" : "false"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
}
}