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.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b55253755a..78839dd6cd 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,30 +1,24 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
"name" : "Contributions",
"dataLabels" : {
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "align" : "right",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
"rotation" : -90,
- "color" : "#FFFFFF",
- "y" : 10,
- "enabled" : "true",
- "align" : "right",
- "format" : "{point.y:.0f}"
+ "y" : 10
},
"data" : [
[
@@ -33,7 +27,7 @@
],
[
"Perl",
- 7499
+ 7501
],
[
"Raku",
@@ -42,22 +36,28 @@
]
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
- "legend" : {
- "enabled" : "false"
+ "chart" : {
+ "type" : "column"
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"subtitle" : {
- "text" : "Last updated at 2022-03-18 21:53:09 GMT"
+ "text" : "Last updated at 2022-03-18 22:02:09 GMT"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
}
}
}