aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-02-08 05:24:17 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-02-08 05:24:17 +0000
commit90ba2a3e9be09c64ed20d58b0145668dafb22d11 (patch)
treed45feb3324667f056933013406c82b18f3248293 /stats/pwc-language-breakdown-summary.json
parent1cfe19ccb8bcc4e90ae89ffdc9f2c13a1dd4a63a (diff)
downloadperlweeklychallenge-club-90ba2a3e9be09c64ed20d58b0145668dafb22d11.tar.gz
perlweeklychallenge-club-90ba2a3e9be09c64ed20d58b0145668dafb22d11.tar.bz2
perlweeklychallenge-club-90ba2a3e9be09c64ed20d58b0145668dafb22d11.zip
- Added solutions by Alicia Bielsa.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 55452951b2..f9229de6cc 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,31 +1,27 @@
{
- "legend" : {
- "enabled" : "false"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
- },
- "type" : "category"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ }
},
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -33,31 +29,35 @@
],
[
"Perl",
- 1886
+ 1888
],
[
"Raku",
1152
]
],
+ "name" : "Contributions",
"dataLabels" : {
- "format" : "{point.y:.0f}",
- "rotation" : -90,
"y" : 10,
+ "enabled" : "true",
"align" : "right",
+ "rotation" : -90,
+ "color" : "#FFFFFF",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "color" : "#FFFFFF",
- "enabled" : "true"
+ "format" : "{point.y:.0f}"
}
}
],
- "subtitle" : {
- "text" : "Last updated at 2020-02-08 05:11:07 GMT"
+ "chart" : {
+ "type" : "column"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-02-08 05:23:48 GMT"
}
}