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.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 85aa7a63e4..2930cfc4d7 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,6 +1,27 @@
{
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"series" : [
{
+ "dataLabels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "align" : "right",
+ "y" : 10
+ },
"data" : [
[
"Blog",
@@ -12,44 +33,17 @@
],
[
"Raku",
- 4888
+ 4890
]
],
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "color" : "#FFFFFF",
- "y" : 10,
- "align" : "right",
- "enabled" : "true",
- "rotation" : -90
- },
"name" : "Contributions"
}
],
- "subtitle" : {
- "text" : "Last updated at 2022-06-19 17:24:01 GMT"
- },
- "chart" : {
- "type" : "column"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "legend" : {
- "enabled" : "false"
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
"labels" : {
@@ -59,5 +53,11 @@
}
},
"type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-06-19 20:06:33 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
}
}