aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-14 21:44:13 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-14 21:44:13 +0100
commit3a6c5bb04db16be0d61eeac0d74488966d6ba2f4 (patch)
treeec3fe8f262e9806823ec1f6b280e00f40921b0d9 /stats/pwc-language-breakdown-summary.json
parent9f829447426710a7e62cf875f8c3c7a03d256dfd (diff)
downloadperlweeklychallenge-club-3a6c5bb04db16be0d61eeac0d74488966d6ba2f4.tar.gz
perlweeklychallenge-club-3a6c5bb04db16be0d61eeac0d74488966d6ba2f4.tar.bz2
perlweeklychallenge-club-3a6c5bb04db16be0d61eeac0d74488966d6ba2f4.zip
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json34
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index c59e609bf2..e58bf2ba1a 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,8 +2,11 @@
"chart" : {
"type" : "column"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-06-14 20:41:46 GMT"
},
"series" : [
{
@@ -14,36 +17,36 @@
],
[
"Perl",
- 8208
+ 8210
],
[
"Raku",
- 4872
+ 4874
]
],
"name" : "Contributions",
"dataLabels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
+ "format" : "{point.y:.0f}",
"color" : "#FFFFFF",
"y" : 10,
"rotation" : -90,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
"align" : "right",
- "enabled" : "true",
- "format" : "{point.y:.0f}"
+ "enabled" : "true"
}
}
],
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
- }
+ },
+ "type" : "category"
},
"yAxis" : {
"min" : 0,
@@ -51,11 +54,8 @@
"text" : null
}
},
- "subtitle" : {
- "text" : "Last updated at 2022-06-14 20:05:56 GMT"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"legend" : {
"enabled" : "false"