aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorE7-87-83 <fungcheokyin@gmail.com>2022-01-13 16:52:50 +0800
committerE7-87-83 <fungcheokyin@gmail.com>2022-01-13 16:52:50 +0800
commitb82ed7c55b6a912b237e7fa396e433ac33ca79c8 (patch)
treeaf2ad93bf0190b04d9c3775c87ab3dd61abd99dd /stats/pwc-language-breakdown-summary.json
parent415b77f3f489715d7888de8794affe9afe8d1ffb (diff)
parentf0bd80b2369212d923d8c6a537ba5379067afbf9 (diff)
downloadperlweeklychallenge-club-b82ed7c55b6a912b237e7fa396e433ac33ca79c8.tar.gz
perlweeklychallenge-club-b82ed7c55b6a912b237e7fa396e433ac33ca79c8.tar.bz2
perlweeklychallenge-club-b82ed7c55b6a912b237e7fa396e433ac33ca79c8.zip
-
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 10e06506b9..9d23194794 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,20 +2,14 @@
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
- "subtitle" : {
- "text" : "Last updated at 2021-11-14 21:42:45 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"xAxis" : {
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
},
"type" : "category"
@@ -23,41 +17,47 @@
"legend" : {
"enabled" : "false"
},
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 2011
+ 2180
],
[
"Perl",
- 6633
+ 7072
],
[
"Raku",
- 4016
+ 4261
]
],
"dataLabels" : {
+ "color" : "#FFFFFF",
"y" : 10,
- "format" : "{point.y:.0f}",
- "rotation" : -90,
"align" : "right",
+ "format" : "{point.y:.0f}",
"enabled" : "true",
+ "rotation" : -90,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "color" : "#FFFFFF"
- },
- "name" : "Contributions"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "subtitle" : {
+ "text" : "Last updated at 2022-01-12 14:16:56 GMT"
},
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
}
}