diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-03-15 23:14:19 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-03-15 23:14:19 +0000 |
| commit | 6de4b3814974ce9398f408845bbdccbcbe60286f (patch) | |
| tree | a4eb7e73d5529f84457e42169ec4d64a6a896b8e /stats/pwc-summary.json | |
| parent | 11cb93f95cc1db530b1fdf75d2152f856e1a36d9 (diff) | |
| download | perlweeklychallenge-club-6de4b3814974ce9398f408845bbdccbcbe60286f.tar.gz perlweeklychallenge-club-6de4b3814974ce9398f408845bbdccbcbe60286f.tar.bz2 perlweeklychallenge-club-6de4b3814974ce9398f408845bbdccbcbe60286f.zip | |
- Added solutions by PokGoPun.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 1d2475ea74..0bb35cc058 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,11 @@ { + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 252] Last updated at 2022-03-15 23:12:35 GMT" + }, "xAxis" : { "categories" : [ "3ter", @@ -255,9 +262,22 @@ "Yozen Hernandez" ] }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -449,7 +469,7 @@ 1, 0, 1, - 4, + 5, 7, 12, 1, @@ -511,7 +531,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -771,7 +792,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1025,31 +1045,11 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 252] Last updated at 2022-03-15 22:52:54 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "chart" : { - "type" : "column" } } |
