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.json90
1 files changed, 45 insertions, 45 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index de8df86436..fb93ad5bce 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,19 +1,38 @@
{
+ "series" : [
+ {
+ "data" : [
+ [
+ "Blog",
+ 1605
+ ],
+ [
+ "Perl",
+ 5419
+ ],
+ [
+ "Raku",
+ 3442
+ ]
+ ],
+ "dataLabels" : {
+ "enabled" : "true",
+ "y" : 10,
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "color" : "#FFFFFF",
+ "align" : "right"
+ },
+ "name" : "Contributions"
+ }
+ ],
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"chart" : {
"type" : "column"
},
@@ -21,43 +40,24 @@
"enabled" : "false"
},
"subtitle" : {
- "text" : "Last updated at 2021-06-01 09:45:08 GMT"
+ "text" : "Last updated at 2021-06-01 09:48:09 GMT"
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
+ }
},
- "series" : [
- {
- "dataLabels" : {
- "rotation" : -90,
- "y" : 10,
- "color" : "#FFFFFF",
- "enabled" : "true",
- "align" : "right",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "format" : "{point.y:.0f}"
- },
- "name" : "Contributions",
- "data" : [
- [
- "Blog",
- 1605
- ],
- [
- "Perl",
- 5419
- ],
- [
- "Raku",
- 3443
- ]
- ]
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
}
- ]
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ }
}