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 1f311ed2d6..dfb37a64ca 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,12 @@
{
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"series" : [
{
- "dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right",
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "enabled" : "true",
- "rotation" : -90,
- "y" : 10
- },
"data" : [
[
"Blog",
@@ -20,21 +14,36 @@
],
[
"Perl",
- 8955
+ 8957
],
[
"Raku",
5348
]
],
- "name" : "Contributions"
+ "name" : "Contributions",
+ "dataLabels" : {
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "enabled" : "true"
+ }
}
],
- "legend" : {
- "enabled" : "false"
+ "chart" : {
+ "type" : "column"
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"xAxis" : {
"type" : "category",
@@ -45,19 +54,10 @@
}
}
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
"subtitle" : {
- "text" : "Last updated at 2022-10-01 22:47:52 GMT"
- },
- "chart" : {
- "type" : "column"
+ "text" : "Last updated at 2022-10-01 22:58:40 GMT"
}
}