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.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index ff5b6d35d3..5000d67f17 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,6 +1,12 @@
{
- "subtitle" : {
- "text" : "Last updated at 2021-07-06 09:45:46 GMT"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
},
"yAxis" : {
"min" : 0,
@@ -22,42 +28,36 @@
],
[
"Raku",
- 3586
+ 3588
]
],
"dataLabels" : {
- "align" : "right",
- "enabled" : "true",
"color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "align" : "right",
+ "rotation" : -90,
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "rotation" : -90,
- "y" : 10,
- "format" : "{point.y:.0f}"
+ "y" : 10
}
}
],
+ "legend" : {
+ "enabled" : "false"
+ },
"chart" : {
"type" : "column"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "subtitle" : {
+ "text" : "Last updated at 2021-07-06 12:05:00 GMT"
+ },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "legend" : {
- "enabled" : "false"
}
}