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.json78
1 files changed, 39 insertions, 39 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index fe9460411e..7a5a78b179 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,41 +1,16 @@
{
- "series" : [
- {
- "data" : [
- [
- "Blog",
- 2089
- ],
- [
- "Perl",
- 6853
- ],
- [
- "Raku",
- 4149
- ]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "color" : "#FFFFFF",
- "align" : "right",
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "rotation" : -90,
- "y" : 10
- }
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
}
- ],
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
"chart" : {
"type" : "column"
},
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
"xAxis" : {
"labels" : {
"style" : {
@@ -45,19 +20,44 @@
},
"type" : "category"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"legend" : {
"enabled" : "false"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "series" : [
+ {
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "rotation" : -90
+ },
+ "data" : [
+ [
+ "Blog",
+ 2089
+ ],
+ [
+ "Perl",
+ 6855
+ ],
+ [
+ "Raku",
+ 4151
+ ]
+ ],
+ "name" : "Contributions"
+ }
+ ],
"subtitle" : {
- "text" : "Last updated at 2021-12-13 10:48:24 GMT"
+ "text" : "Last updated at 2021-12-13 11:04:44 GMT"
}
}