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.json70
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 71b1b8edcf..51c1ff6cd7 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "rotation" : -90,
+ "align" : "right",
+ "y" : 10,
+ "enabled" : "true",
+ "color" : "#FFFFFF"
+ },
"name" : "Contributions",
"data" : [
[
"Blog",
- 3052
+ 3053
],
[
"Perl",
- 9416
+ 9418
],
[
"Raku",
- 5657
+ 5659
]
- ],
- "dataLabels" : {
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "align" : "right",
- "color" : "#FFFFFF",
- "rotation" : -90,
- "y" : 10
- }
+ ]
}
],
+ "subtitle" : {
+ "text" : "Last updated at 2022-11-28 02:56:00 GMT"
+ },
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
- },
- "subtitle" : {
- "text" : "Last updated at 2022-11-28 02:32:24 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "legend" : {
- "enabled" : "false"
}
}