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.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 6dad7e358e..c8da32b8b6 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2024]"
+ "chart" : {
+ "type" : "column"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "legend" : {
+ "enabled" : "false"
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
+ }
},
- "legend" : {
- "enabled" : "false"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "subtitle" : {
+ "text" : "Last updated at 2024-10-07 22:28:12 GMT"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2024]"
},
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
- "align" : "right",
- "format" : "{point.y:.0f}",
"rotation" : -90,
+ "align" : "right",
+ "enabled" : "true",
"color" : "#FFFFFF",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
- },
- "enabled" : "true",
- "y" : 10
+ }
},
"data" : [
[
"Perl",
- 15182
+ 15194
],
[
"Raku",
- 8601
+ 8607
],
[
"Blog",
- 5346
+ 5357
]
- ],
- "name" : "Contributions"
+ ]
}
],
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "Last updated at 2024-10-07 04:22:30 GMT"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
}
}