diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-07 06:59:13 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-07 06:59:13 +0100 |
| commit | 6e494938d4b4391fb29ced8bb4d337cf142d9994 (patch) | |
| tree | fd9d4d44d0b23fa1f65770b487701cc452e0deae /stats/pwc-summary.json | |
| parent | 18aa4796294741571efbc43db87173f5cce1828d (diff) | |
| download | perlweeklychallenge-club-6e494938d4b4391fb29ced8bb4d337cf142d9994.tar.gz perlweeklychallenge-club-6e494938d4b4391fb29ced8bb4d337cf142d9994.tar.bz2 perlweeklychallenge-club-6e494938d4b4391fb29ced8bb4d337cf142d9994.zip | |
- Added Perl solutions to Zero Matrix task.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 150c812977..aa3a191cda 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,19 +1,19 @@ { - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 170] Last updated at 2020-07-07 03:27:35 GMT" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "yAxis" : { - "min" : 0, "title" : { "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 170] Last updated at 2020-07-07 05:59:00 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, "series" : [ @@ -125,7 +125,7 @@ 3, 0, 0, - 22, + 23, 7, 6, 4, @@ -193,6 +193,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -364,8 +365,7 @@ 2, 11, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -543,12 +543,8 @@ ] } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -723,5 +719,9 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
