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.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index f744e0ecb4..2ea8ddea55 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,23 +1,31 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2022-07-31 23:50:40 GMT"
+ },
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
+ },
+ "min" : 0
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
}
},
"legend" : {
"enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2022-07-31 23:39:44 GMT"
- },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 2747
+ 2748
],
[
"Perl",
@@ -25,35 +33,27 @@
],
[
"Raku",
- 5084
+ 5086
]
],
"dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
"rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "align" : "right",
- "y" : 10,
"color" : "#FFFFFF",
- "enabled" : "true",
- "format" : "{point.y:.0f}"
- }
+ "y" : 10,
+ "align" : "right",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "name" : "Contributions"
}
],
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
"chart" : {
"type" : "column"
},