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.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 4d29fe27b4..0a5f212978 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,21 @@
{
- "subtitle" : {
- "text" : "Last updated at 2021-12-06 20:06:32 GMT"
+ "legend" : {
+ "enabled" : "false"
},
- "yAxis" : {
- "title" : {
- "text" : null
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
},
- "min" : 0
+ "type" : "category"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "chart" : {
+ "type" : "column"
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ "subtitle" : {
+ "text" : "Last updated at 2021-12-06 20:19:18 GMT"
},
"series" : [
{
@@ -23,7 +26,7 @@
],
[
"Perl",
- 6810
+ 6812
],
[
"Raku",
@@ -32,32 +35,29 @@
],
"name" : "Contributions",
"dataLabels" : {
- "rotation" : -90,
+ "color" : "#FFFFFF",
"enabled" : "true",
- "y" : 10,
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
"format" : "{point.y:.0f}",
"align" : "right",
- "color" : "#FFFFFF"
+ "rotation" : -90,
+ "y" : 10
}
}
],
- "legend" : {
- "enabled" : "false"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
}
}