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 361d537b0c..d7c63c399e 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,21 +1,9 @@
{
- "subtitle" : {
- "text" : "Last updated at 2023-08-26 12:38:16 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2023]"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
+ }
},
"legend" : {
"enabled" : "false"
@@ -23,41 +11,53 @@
"xAxis" : {
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
},
"type" : "category"
},
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2023-09-04 00:16:41 GMT"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2023]"
+ },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 3894
+ 3898
],
[
"Perl",
- 11908
+ 11924
],
[
"Raku",
- 6811
+ 6850
]
],
"dataLabels" : {
- "y" : 10,
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "align" : "right",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "align" : "right",
"color" : "#FFFFFF",
- "rotation" : -90
- },
- "name" : "Contributions"
+ "rotation" : -90,
+ "enabled" : "true"
+ }
}
- ]
+ ],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ }
}