aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-04 21:10:42 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-04 21:10:42 +0100
commita636015eef980dbc91fa8216f0cfb942ceaad11a (patch)
tree1f0bc56804253623b7be7ef59f25f3cb0664f5c0 /stats/pwc-summary.json
parentdaf4bb0038cd73c39a8060da43f6075afbbb3380 (diff)
downloadperlweeklychallenge-club-a636015eef980dbc91fa8216f0cfb942ceaad11a.tar.gz
perlweeklychallenge-club-a636015eef980dbc91fa8216f0cfb942ceaad11a.tar.bz2
perlweeklychallenge-club-a636015eef980dbc91fa8216f0cfb942ceaad11a.zip
- Added solutions by Dave Jacoby.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 7e5ecb413c..1b8809d7e0 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,19 +1,26 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "chart" : {
+ "type" : "column"
},
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
+ "subtitle" : {
+ "text" : "[Champions: 220] Last updated at 2021-05-04 20:10:17 GMT"
},
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
},
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -60,7 +67,7 @@
3,
3,
26,
- 89,
+ 90,
2,
0,
3,
@@ -235,9 +242,11 @@
3,
44,
11
- ]
+ ],
+ "name" : "Perl"
},
{
+ "name" : "Raku",
"data" : [
0,
0,
@@ -459,8 +468,7 @@
3,
11,
0
- ],
- "name" : "Raku"
+ ]
},
{
"data" : [
@@ -509,7 +517,7 @@
0,
0,
2,
- 56,
+ 57,
0,
0,
1,
@@ -688,6 +696,10 @@
"name" : "Blog"
}
],
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -911,17 +923,5 @@
"Yet Ebreo",
"Yozen Hernandez"
]
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "subtitle" : {
- "text" : "[Champions: 220] Last updated at 2021-05-04 20:03:29 GMT"
}
}