aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-09-07 20:54:29 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-09-07 20:54:29 +0100
commit3c94f95af033e2daf3ab21daee70300e2ab6192e (patch)
tree0192e523e7f5df442c268f3ea439f712e3385e82 /stats/pwc-language-breakdown-summary.json
parent0106ab6e14c26362a699dc0a545c8a675a76160f (diff)
downloadperlweeklychallenge-club-3c94f95af033e2daf3ab21daee70300e2ab6192e.tar.gz
perlweeklychallenge-club-3c94f95af033e2daf3ab21daee70300e2ab6192e.tar.bz2
perlweeklychallenge-club-3c94f95af033e2daf3ab21daee70300e2ab6192e.zip
- Added solutions by W. Luis Mochan.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 10a09a0724..a06ed94441 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -3,8 +3,8 @@
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
},
@@ -14,32 +14,41 @@
},
"min" : 0
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-09-07 19:53:04 GMT"
},
"series" : [
{
- "name" : "Contributions",
"dataLabels" : {
+ "rotation" : -90,
"y" : 10,
- "enabled" : "true",
"format" : "{point.y:.0f}",
- "rotation" : -90,
+ "color" : "#FFFFFF",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "color" : "#FFFFFF",
+ "enabled" : "true",
"align" : "right"
},
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 1854
+ 1855
],
[
"Perl",
- 6152
+ 6154
],
[
"Raku",
@@ -48,16 +57,7 @@
]
}
],
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-09-07 02:33:52 GMT"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}