aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-29 20:48:29 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-29 20:48:29 +0100
commit661c577f6f97997c56cfd20b419fefaed7e9c1d0 (patch)
treebaebeb55d44c97b0cab4e26206db350dcc56d988 /stats/pwc-language-breakdown-summary.json
parent50fd8d1500316e53d8d57dc1b52252f43043c5ca (diff)
downloadperlweeklychallenge-club-661c577f6f97997c56cfd20b419fefaed7e9c1d0.tar.gz
perlweeklychallenge-club-661c577f6f97997c56cfd20b419fefaed7e9c1d0.tar.bz2
perlweeklychallenge-club-661c577f6f97997c56cfd20b419fefaed7e9c1d0.zip
- Added solutions by user person.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index a0e49a19d8..362ad88c7b 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,16 +1,4 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"legend" : {
"enabled" : "false"
},
@@ -20,24 +8,11 @@
"text" : null
}
},
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"series" : [
{
- "dataLabels" : {
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "align" : "right",
- "y" : 10,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "rotation" : -90,
- "color" : "#FFFFFF"
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -45,19 +20,44 @@
],
[
"Perl",
- 2244
+ 2246
],
[
"Raku",
1386
]
- ]
+ ],
+ "dataLabels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "rotation" : -90,
+ "enabled" : "true"
+ },
+ "name" : "Contributions"
}
],
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"subtitle" : {
- "text" : "Last updated at 2020-03-29 19:37:02 GMT"
+ "text" : "Last updated at 2020-03-29 19:47:54 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
}
}