diff options
| author | Dave Jacoby <jacoby.david@gmail.com> | 2021-08-11 16:04:46 -0400 |
|---|---|---|
| committer | Dave Jacoby <jacoby.david@gmail.com> | 2021-08-11 16:04:46 -0400 |
| commit | c52d22f3dd5bedae54a26983bfe372a75bf54500 (patch) | |
| tree | e53e9bb0390f4f089b85c2cb48f7a44583f1e4de /stats/pwc-summary.json | |
| parent | 4d42c4dcace76e2674662bc863116ac638cc5b8e (diff) | |
| parent | ec1abff904f32af047710d3a3cbbf3f8ca49e815 (diff) | |
| download | perlweeklychallenge-club-c52d22f3dd5bedae54a26983bfe372a75bf54500.tar.gz perlweeklychallenge-club-c52d22f3dd5bedae54a26983bfe372a75bf54500.tar.bz2 perlweeklychallenge-club-c52d22f3dd5bedae54a26983bfe372a75bf54500.zip | |
Merge branch 'master' of https://github.com/manwar/perlweeklychallenge-club
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 04da02f97c..46dbfc45b7 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -2,6 +2,24 @@ "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 235] Last updated at 2021-08-11 20:01:30 GMT" + }, "xAxis" : { "categories" : [ "3ter", @@ -241,30 +259,11 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 235] Last updated at 2021-08-09 06:29:25 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "chart" : { "type" : "column" }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -345,7 +344,7 @@ 0, 6, 111, - 55, + 56, 1, 0, 0, @@ -454,7 +453,7 @@ 1, 1, 1, - 109, + 110, 57, 30, 27, @@ -501,7 +500,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -694,7 +694,7 @@ 0, 3, 0, - 97, + 98, 57, 28, 0, @@ -933,7 +933,7 @@ 0, 0, 0, - 105, + 106, 0, 18, 1, |
