aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-30 14:07:05 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-30 14:07:05 +0100
commitc90c854d0730723da681bdba80bee4b0230cb12d (patch)
tree7b83034aea4612d1ee269200096226df81c5b8ff /stats/pwc-language-breakdown-summary.json
parent7f530dee73fb1162887d9462ca1e132a6821f6be (diff)
downloadperlweeklychallenge-club-c90c854d0730723da681bdba80bee4b0230cb12d.tar.gz
perlweeklychallenge-club-c90c854d0730723da681bdba80bee4b0230cb12d.tar.bz2
perlweeklychallenge-club-c90c854d0730723da681bdba80bee4b0230cb12d.zip
- Added new members, Paul Fajman and Belmark Caday.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json70
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 5deb9c217c..f97923db03 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,44 +1,20 @@
{
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-06-30 12:13:32 GMT"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : "false"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"series" : [
{
"dataLabels" : {
- "enabled" : "true",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "align" : "right",
"rotation" : -90,
+ "color" : "#FFFFFF",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "y" : 10,
- "align" : "right",
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF"
+ "enabled" : "true"
},
"data" : [
[
@@ -57,7 +33,31 @@
"name" : "Contributions"
}
],
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-06-30 13:06:52 GMT"
}
}