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.json68
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 3f58f7adf5..32d146f89d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,31 +1,15 @@
{
- "subtitle" : {
- "text" : "Last updated at 2022-07-26 17:14:23 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"series" : [
{
- "dataLabels" : {
- "enabled" : "true",
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "y" : 10,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right",
- "color" : "#FFFFFF"
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -33,17 +17,39 @@
],
[
"Perl",
- 8512
+ 8513
],
[
"Raku",
- 5066
+ 5067
]
- ]
+ ],
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "y" : 10,
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "align" : "right"
+ },
+ "name" : "Contributions"
}
],
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-07-27 08:25:54 GMT"
+ },
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
"labels" : {
@@ -53,11 +59,5 @@
}
},
"type" : "category"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
}
}