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.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index aaca68edea..f4f6df36a7 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,25 +1,17 @@
{
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
- "rotation" : -90,
- "y" : 10,
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "enabled" : "true",
+ "rotation" : -90,
"format" : "{point.y:.0f}",
"align" : "right",
+ "enabled" : "true",
+ "y" : 10,
"color" : "#FFFFFF"
},
"data" : [
@@ -29,35 +21,43 @@
],
[
"Perl",
- 7175
+ 7177
],
[
"Raku",
4314
]
- ],
- "name" : "Contributions"
+ ]
}
],
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-01-28 08:39:56 GMT"
},
"chart" : {
"type" : "column"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-01-28 07:48:30 GMT"
- },
"legend" : {
"enabled" : "false"
},
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}