aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-151-180.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-09 19:57:35 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-09 19:57:35 +0100
commit5d34794bb601a409fc980d4b35b2b4e893d2acbf (patch)
treecc8e4f142c685c512a70b50583a7b9d3f09ac2aa /stats/pwc-summary-151-180.json
parent76b55df319bb7aa2fce133049435010d318f3145 (diff)
downloadperlweeklychallenge-club-5d34794bb601a409fc980d4b35b2b4e893d2acbf.tar.gz
perlweeklychallenge-club-5d34794bb601a409fc980d4b35b2b4e893d2acbf.tar.bz2
perlweeklychallenge-club-5d34794bb601a409fc980d4b35b2b4e893d2acbf.zip
- Added solutions to task 1 of week 16 and 17 by Lakpa Tashi Bhutia.
Diffstat (limited to 'stats/pwc-summary-151-180.json')
-rw-r--r--stats/pwc-summary-151-180.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json
index 91ad620fb5..0ba2847355 100644
--- a/stats/pwc-summary-151-180.json
+++ b/stats/pwc-summary-151-180.json
@@ -1,6 +1,7 @@
{
"series" : [
{
+ "name" : "Perl",
"data" : [
7,
0,
@@ -32,8 +33,7 @@
54,
10,
10
- ],
- "name" : "Perl"
+ ]
},
{
"name" : "Raku",
@@ -71,6 +71,7 @@
]
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -102,31 +103,17 @@
1,
4,
0
- ],
- "name" : "Blog"
+ ]
}
],
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2021-05-09 18:56:17 GMT"
+ },
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
},
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2021-05-09 18:48:38 GMT"
- },
"xAxis" : {
"categories" : [
"Pavel Kuptsov",
@@ -163,5 +150,18 @@
},
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
}
}