aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-23 13:50:38 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-23 13:50:38 +0100
commit3642ef4ccda0d4fd337f29ec089d11ecaffa22c7 (patch)
tree320cab5869b8bf64ce826b1b45d8341ecf1ec66c /stats/pwc-language-breakdown-summary.json
parent4044198e551c10183b031e99cfab94713fa88d57 (diff)
downloadperlweeklychallenge-club-3642ef4ccda0d4fd337f29ec089d11ecaffa22c7.tar.gz
perlweeklychallenge-club-3642ef4ccda0d4fd337f29ec089d11ecaffa22c7.tar.bz2
perlweeklychallenge-club-3642ef4ccda0d4fd337f29ec089d11ecaffa22c7.zip
- Added solutions by Pete Houston.
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 c7df823d92..8f3dc26f48 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,6 +1,21 @@
{
"subtitle" : {
- "text" : "Last updated at 2020-08-23 11:48:19 GMT"
+ "text" : "Last updated at 2020-08-23 12:50:15 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
@@ -11,53 +26,38 @@
],
[
"Perl",
- 3090
+ 3092
],
[
"Raku",
2009
]
],
+ "name" : "Contributions",
"dataLabels" : {
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "rotation" : -90,
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
- },
- "enabled" : "true",
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "align" : "right",
- "y" : 10
- },
- "name" : "Contributions"
+ }
+ }
}
],
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
- },
- "legend" : {
- "enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
}
}