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.json74
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 5bac094b99..46bcb7462c 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,12 +1,40 @@
{
+ "series" : [
+ {
+ "name" : "Contributions",
+ "data" : [
+ [
+ "Blog",
+ 645
+ ],
+ [
+ "Perl",
+ 2434
+ ],
+ [
+ "Raku",
+ 1522
+ ]
+ ],
+ "dataLabels" : {
+ "rotation" : -90,
+ "enabled" : "true",
+ "align" : "right",
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ }
+ ],
"chart" : {
"type" : "column"
},
"subtitle" : {
- "text" : "Last updated at 2020-04-27 20:59:32 GMT"
- },
- "legend" : {
- "enabled" : "false"
+ "text" : "Last updated at 2020-04-28 10:50:20 GMT"
},
"xAxis" : {
"type" : "category",
@@ -18,45 +46,17 @@
}
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "series" : [
- {
- "name" : "Contributions",
- "dataLabels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "color" : "#FFFFFF",
- "align" : "right",
- "y" : 10,
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "enabled" : "true"
- },
- "data" : [
- [
- "Blog",
- 645
- ],
- [
- "Perl",
- 2433
- ],
- [
- "Raku",
- 1522
- ]
- ]
- }
- ],
+ "legend" : {
+ "enabled" : "false"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
}