aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-181-210.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-181-210.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-181-210.json')
-rw-r--r--stats/pwc-summary-181-210.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json
index d032543304..b24906c0e9 100644
--- a/stats/pwc-summary-181-210.json
+++ b/stats/pwc-summary-181-210.json
@@ -1,19 +1,4 @@
{
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2021-05-09 18:48:38 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
"xAxis" : {
"categories" : [
"Sean Meininger",
@@ -48,17 +33,29 @@
"Vinod Kumar K"
]
},
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
},
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2021-05-09 18:56:17 GMT"
},
"series" : [
{
+ "name" : "Perl",
"data" : [
0,
6,
@@ -90,11 +87,9 @@
24,
17,
12
- ],
- "name" : "Perl"
+ ]
},
{
- "name" : "Raku",
"data" : [
3,
0,
@@ -126,10 +121,10 @@
0,
2,
0
- ]
+ ],
+ "name" : "Raku"
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -161,7 +156,12 @@
0,
3,
0
- ]
+ ],
+ "name" : "Blog"
}
- ]
+ ],
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ }
}