aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-181-210.json
diff options
context:
space:
mode:
authorSteve Rogerson <steve.git@yewtc.demon.co.uk>2020-10-23 12:27:13 +0100
committerSteve Rogerson <steve.git@yewtc.demon.co.uk>2020-10-23 12:27:13 +0100
commit44c2bbf87ac613a2a442cc4e54d810c20a042ff2 (patch)
tree3af39af1f773a9e6b44e91a3852a7553dae7c986 /stats/pwc-summary-181-210.json
parentff3c07c3e4409c8d507b3e69496c690b58de524d (diff)
parent89421f14095148aefcd254da3d728b6150b22cc3 (diff)
downloadperlweeklychallenge-club-44c2bbf87ac613a2a442cc4e54d810c20a042ff2.tar.gz
perlweeklychallenge-club-44c2bbf87ac613a2a442cc4e54d810c20a042ff2.tar.bz2
perlweeklychallenge-club-44c2bbf87ac613a2a442cc4e54d810c20a042ff2.zip
Merge branch 'master' of https://github.com/manwar/perlweeklychallenge-club
Diffstat (limited to 'stats/pwc-summary-181-210.json')
-rw-r--r--stats/pwc-summary-181-210.json80
1 files changed, 40 insertions, 40 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json
index 810c363ffd..fe3e55b3bd 100644
--- a/stats/pwc-summary-181-210.json
+++ b/stats/pwc-summary-181-210.json
@@ -1,31 +1,18 @@
{
+ "chart" : {
+ "type" : "column"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
},
- "xAxis" : {
- "categories" : [
- "Tiago Stock",
- "Tim Smith",
- "Tore Andersson",
- "Trenton Langer",
- "Tyler Limkemann",
- "Ulrich Rieke",
- "User Person",
- "Veesh Goldman",
- "Vinod Kumar K",
- "Vinod Kumar Pal",
- "Vyacheslav Volgarev",
- "Walt Mankowski",
- "Wanderdoc",
- "William Gilmore",
- "William West",
- "Yary Hluchan",
- "Yet Ebreo",
- "Yozen Hernandez"
- ]
- },
"series" : [
{
+ "name" : "Perl",
"data" : [
1,
0,
@@ -45,8 +32,7 @@
3,
81,
21
- ],
- "name" : "Perl"
+ ]
},
{
"name" : "Raku",
@@ -72,6 +58,7 @@
]
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -91,29 +78,42 @@
1,
6,
14
- ],
- "name" : "Blog"
+ ]
}
],
- "chart" : {
- "type" : "column"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "xAxis" : {
+ "categories" : [
+ "Tiago Stock",
+ "Tim Smith",
+ "Tore Andersson",
+ "Trenton Langer",
+ "Tyler Limkemann",
+ "Ulrich Rieke",
+ "User Person",
+ "Veesh Goldman",
+ "Vinod Kumar K",
+ "Vinod Kumar Pal",
+ "Vyacheslav Volgarev",
+ "Walt Mankowski",
+ "Wanderdoc",
+ "William Gilmore",
+ "William West",
+ "Yary Hluchan",
+ "Yet Ebreo",
+ "Yozen Hernandez"
+ ]
},
- "subtitle" : {
- "text" : "[Champions: 18] Last updated at 2020-10-22 00:55:57 GMT"
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : ""
- }
+ },
+ "min" : 0
},
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "subtitle" : {
+ "text" : "[Champions: 18] Last updated at 2020-10-22 20:15:23 GMT"
}
}