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.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index cedb53baa4..7792dceed9 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,34 @@
{
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "chart" : {
- "type" : "column"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
},
"subtitle" : {
- "text" : "Last updated at 2022-04-22 23:40:30 GMT"
+ "text" : "Last updated at 2022-04-22 23:49:36 GMT"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
+ "dataLabels" : {
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "enabled" : "true",
+ "y" : 10,
+ "rotation" : -90
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -20,44 +36,28 @@
],
[
"Perl",
- 7850
+ 7852
],
[
"Raku",
4654
]
- ],
- "dataLabels" : {
- "rotation" : -90,
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "align" : "right",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10,
- "color" : "#FFFFFF"
- },
- "name" : "Contributions"
+ ]
}
],
+ "legend" : {
+ "enabled" : "false"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
- "legend" : {
- "enabled" : "false"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ "chart" : {
+ "type" : "column"
}
}