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.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index ad1edc091f..4e12766bcd 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,25 +1,9 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2022-01-25 12:07:05 GMT"
},
"series" : [
{
- "dataLabels" : {
- "enabled" : "true",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "y" : 10,
- "align" : "right",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "color" : "#FFFFFF"
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -27,23 +11,33 @@
],
[
"Perl",
- 7150
+ 7151
],
[
"Raku",
- 4303
+ 4304
]
- ]
+ ],
+ "name" : "Contributions",
+ "dataLabels" : {
+ "align" : "right",
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "y" : 10,
+ "format" : "{point.y:.0f}"
+ }
}
],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "legend" : {
+ "enabled" : "false"
},
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
"xAxis" : {
"type" : "category",
@@ -54,10 +48,16 @@
}
}
},
- "subtitle" : {
- "text" : "Last updated at 2022-01-24 06:38:16 GMT"
+ "chart" : {
+ "type" : "column"
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
}
}