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.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 7facfb392a..542af66321 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,7 +1,25 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2022-07-10 09:39:26 GMT"
+ },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "chart" : {
+ "type" : "column"
+ },
"xAxis" : {
"labels" : {
"style" : {
@@ -11,32 +29,19 @@
},
"type" : "category"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-07-09 22:12:05 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
"series" : [
{
- "name" : "Contributions",
"dataLabels" : {
- "format" : "{point.y:.0f}",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "enabled" : "true",
- "color" : "#FFFFFF",
"y" : 10,
+ "enabled" : "true",
"rotation" : -90,
- "align" : "right"
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}"
},
"data" : [
[
@@ -45,19 +50,14 @@
],
[
"Perl",
- 8382
+ 8384
],
[
"Raku",
- 4979
+ 4981
]
- ]
+ ],
+ "name" : "Contributions"
}
- ],
- "legend" : {
- "enabled" : "false"
- },
- "chart" : {
- "type" : "column"
- }
+ ]
}