aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-13 19:47:34 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-13 19:47:34 +0100
commit94ae236a562790b8a38b17614f97e2eded3bcba4 (patch)
tree1ca1e5d1f336734b3511122a88c337ae0d398ad8 /stats/pwc-language-breakdown-summary.json
parent4f5a6326cd97c1aa247d1c974e9730696922bfc0 (diff)
downloadperlweeklychallenge-club-94ae236a562790b8a38b17614f97e2eded3bcba4.tar.gz
perlweeklychallenge-club-94ae236a562790b8a38b17614f97e2eded3bcba4.tar.bz2
perlweeklychallenge-club-94ae236a562790b8a38b17614f97e2eded3bcba4.zip
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json82
1 files changed, 41 insertions, 41 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 24549d384a..a60d485c70 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,37 +1,6 @@
{
- "subtitle" : {
- "text" : "Last updated at 2021-04-13 17:03:26 GMT"
- },
- "legend" : {
- "enabled" : "false"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "chart" : {
- "type" : "column"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -39,25 +8,56 @@
],
[
"Perl",
- 5058
+ 5060
],
[
"Raku",
- 3229
+ 3231
]
],
"dataLabels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
"rotation" : -90,
- "enabled" : "true",
+ "format" : "{point.y:.0f}",
"align" : "right",
+ "enabled" : "true",
"y" : 10,
- "color" : "#FFFFFF"
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "name" : "Contributions"
+ }
+ ],
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
- ]
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-04-13 18:47:19 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ }
}