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.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b3e8668cfb..4690055fa5 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,22 +1,6 @@
{
- "legend" : {
- "enabled" : "false"
- },
"series" : [
{
- "dataLabels" : {
- "y" : 10,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "align" : "right",
- "rotation" : -90
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -24,40 +8,56 @@
],
[
"Perl",
- 14411
+ 14413
],
[
"Raku",
- 8338
+ 8340
]
- ]
+ ],
+ "name" : "Contributions",
+ "dataLabels" : {
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "enabled" : "true",
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "align" : "right"
+ }
}
],
"chart" : {
"type" : "column"
},
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
},
+ "subtitle" : {
+ "text" : "Last updated at 2024-07-22 12:49:23 GMT"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
+ "legend" : {
+ "enabled" : "false"
},
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2024]"
- },
- "subtitle" : {
- "text" : "Last updated at 2024-07-22 10:39:26 GMT"
}
}