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.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index afc77a8028..36cab8ced6 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,13 +1,4 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
"series" : [
{
"data" : [
@@ -17,7 +8,7 @@
],
[
"Perl",
- 7113
+ 7115
],
[
"Raku",
@@ -25,39 +16,48 @@
]
],
"dataLabels" : {
- "y" : 10,
- "enabled" : "true",
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
"align" : "right",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
- }
+ },
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "rotation" : -90,
+ "color" : "#FFFFFF"
},
"name" : "Contributions"
}
],
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
"chart" : {
"type" : "column"
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-01-18 18:07:34 GMT"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "legend" : {
+ "enabled" : "false"
+ },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
- "legend" : {
- "enabled" : "false"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-01-18 18:14:15 GMT"
}
}