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 730a99bdde..678a429aaa 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,35 +1,4 @@
{
- "series" : [
- {
- "name" : "Contributions",
- "data" : [
- [
- "Blog",
- 444
- ],
- [
- "Perl",
- 1690
- ],
- [
- "Raku",
- 1020
- ]
- ],
- "dataLabels" : {
- "y" : 10,
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "align" : "right"
- }
- }
- ],
"yAxis" : {
"title" : {
"text" : null
@@ -39,6 +8,9 @@
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"legend" : {
"enabled" : "false"
},
@@ -48,16 +20,44 @@
"xAxis" : {
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
},
"type" : "category"
},
"subtitle" : {
- "text" : "Last updated at 2020-01-06 15:28:32 GMT"
+ "text" : "Last updated at 2020-01-06 16:21:07 GMT"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- }
+ "series" : [
+ {
+ "data" : [
+ [
+ "Blog",
+ 445
+ ],
+ [
+ "Perl",
+ 1692
+ ],
+ [
+ "Raku",
+ 1022
+ ]
+ ],
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "align" : "right",
+ "enabled" : "true",
+ "rotation" : -90,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF"
+ },
+ "name" : "Contributions"
+ }
+ ]
}