aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-12-27 12:48:08 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-12-27 12:48:08 +0000
commit82534984de8058903af007fb76e8b1dbd7647fea (patch)
treeebd5e73de2b645720b70757b198104786aee2873 /stats/pwc-language-breakdown-summary.json
parentdffffd1bb6bb543e36df060be193c3d68c616a4d (diff)
downloadperlweeklychallenge-club-82534984de8058903af007fb76e8b1dbd7647fea.tar.gz
perlweeklychallenge-club-82534984de8058903af007fb76e8b1dbd7647fea.tar.bz2
perlweeklychallenge-club-82534984de8058903af007fb76e8b1dbd7647fea.zip
- Added solutions to weeks 77, 78 and 79 by Paulo Custudio.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json68
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 51dc728777..803051f89c 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,49 +1,25 @@
{
- "legend" : {
- "enabled" : "false"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
"subtitle" : {
- "text" : "Last updated at 2020-12-27 09:49:43 GMT"
+ "text" : "Last updated at 2020-12-27 12:47:08 GMT"
+ },
+ "chart" : {
+ "type" : "column"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
+ "legend" : {
+ "enabled" : "false"
+ },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- },
"series" : [
{
"name" : "Contributions",
- "dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10,
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "color" : "#FFFFFF",
- "align" : "right",
- "rotation" : -90
- },
"data" : [
[
"Blog",
@@ -51,13 +27,37 @@
],
[
"Perl",
- 4185
+ 4191
],
[
"Raku",
2787
]
- ]
+ ],
+ "dataLabels" : {
+ "y" : 10,
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right"
+ }
}
- ]
+ ],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ }
}