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.json38
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index c4a8976010..5cb00ba465 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,4 +1,7 @@
{
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"yAxis" : {
"min" : 0,
"title" : {
@@ -6,10 +9,7 @@
}
},
"subtitle" : {
- "text" : "Last updated at 2022-02-23 08:24:39 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "text" : "Last updated at 2022-02-23 19:55:44 GMT"
},
"xAxis" : {
"labels" : {
@@ -20,18 +20,8 @@
},
"type" : "category"
},
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "chart" : {
- "type" : "column"
- },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -39,25 +29,35 @@
],
[
"Perl",
- 7349
+ 7351
],
[
"Raku",
4416
]
],
+ "name" : "Contributions",
"dataLabels" : {
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
"y" : 10,
+ "align" : "right",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "align" : "right",
- "enabled" : "true",
"rotation" : -90,
- "format" : "{point.y:.0f}",
"color" : "#FFFFFF"
}
}
- ]
+ ],
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "legend" : {
+ "enabled" : "false"
+ }
}