aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-22 10:27:04 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-22 10:27:04 +0100
commitdf6f507e599f1a173b69aed357b5d0f93208da7f (patch)
tree405ddcdd1b1baef574e07d24473a3abe0468ecf1 /stats/pwc-language-breakdown-summary.json
parent70ebf9e1d4853823ad84af228518d1e437afb87a (diff)
downloadperlweeklychallenge-club-df6f507e599f1a173b69aed357b5d0f93208da7f.tar.gz
perlweeklychallenge-club-df6f507e599f1a173b69aed357b5d0f93208da7f.tar.bz2
perlweeklychallenge-club-df6f507e599f1a173b69aed357b5d0f93208da7f.zip
- Added solutions by PJ Durai.
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 50105e509a..b3f505e3a0 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,28 +1,21 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
"dataLabels" : {
- "color" : "#FFFFFF",
- "rotation" : -90,
- "y" : 10,
+ "align" : "right",
"enabled" : "true",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
+ "y" : 10,
+ "color" : "#FFFFFF",
"format" : "{point.y:.0f}",
- "align" : "right"
+ "rotation" : -90
},
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -34,30 +27,37 @@
],
[
"Raku",
- 3257
+ 3259
]
- ]
+ ],
+ "name" : "Contributions"
}
],
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
- "subtitle" : {
- "text" : "Last updated at 2021-04-22 09:17:00 GMT"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- },
- "type" : "category"
+ }
},
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2021-04-22 09:26:48 GMT"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "chart" : {
+ "type" : "column"
}
}