aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-29 05:02:17 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-29 05:02:17 +0100
commit2b82921f120b74af3be1f4abead86ccdd2262cfd (patch)
tree02a178d1e1c619b4b143eeb5f9970088f16ee597 /stats/pwc-language-breakdown-summary.json
parent7ce6d572e493691000a38b62899d4a59c01200fb (diff)
downloadperlweeklychallenge-club-2b82921f120b74af3be1f4abead86ccdd2262cfd.tar.gz
perlweeklychallenge-club-2b82921f120b74af3be1f4abead86ccdd2262cfd.tar.bz2
perlweeklychallenge-club-2b82921f120b74af3be1f4abead86ccdd2262cfd.zip
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json72
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 4c3072ed27..c2cf588ba1 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,27 +1,28 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "legend" : {
- "enabled" : "false"
- },
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
+ "name" : "Contributions",
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "enabled" : "true",
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
"data" : [
[
"Blog",
@@ -29,35 +30,34 @@
],
[
"Perl",
- 3384
+ 3386
],
[
"Raku",
- 2194
+ 2196
]
- ],
- "dataLabels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "color" : "#FFFFFF",
- "rotation" : -90,
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "y" : 10,
- "align" : "right"
- },
- "name" : "Contributions"
+ ]
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-29 04:02:05 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"chart" : {
"type" : "column"
},
- "subtitle" : {
- "text" : "Last updated at 2020-09-29 03:55:13 GMT"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
}
}