aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-26 18:18:35 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-26 18:18:35 +0100
commit2fe7c8e127dfebfa29c4670dc1cf5d17adab38fd (patch)
treec64b211982e586607dfb0d9c9829bd1a32ce9398 /stats/pwc-language-breakdown-summary.json
parent307796cabb6ed674c38f634fd7d786b6a1acbfc4 (diff)
downloadperlweeklychallenge-club-2fe7c8e127dfebfa29c4670dc1cf5d17adab38fd.tar.gz
perlweeklychallenge-club-2fe7c8e127dfebfa29c4670dc1cf5d17adab38fd.tar.bz2
perlweeklychallenge-club-2fe7c8e127dfebfa29c4670dc1cf5d17adab38fd.zip
- Added Raku solution to the task "Last Sunday".
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index e0cbb9a53f..3f58f7adf5 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,17 +1,29 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2022-07-26 17:14:23 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
"dataLabels" : {
+ "enabled" : "true",
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "y" : 10,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "format" : "{point.y:.0f}",
"align" : "right",
- "color" : "#FFFFFF",
- "enabled" : "true",
- "y" : 10,
- "rotation" : -90
+ "color" : "#FFFFFF"
},
"name" : "Contributions",
"data" : [
@@ -25,39 +37,27 @@
],
[
"Raku",
- 5065
+ 5066
]
]
}
],
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "subtitle" : {
- "text" : "Last updated at 2022-07-26 09:49:51 GMT"
- },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
- }
+ },
+ "type" : "category"
},
- "legend" : {
- "enabled" : "false"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
}
}