diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-05-11 17:25:35 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-05-11 17:25:35 +0100 |
| commit | a69e4941ff6df621e57ce67f792875aff37ffca6 (patch) | |
| tree | 2e86e4f9d076ea7a553a671be1fc70a577e43f83 /stats/pwc-summary-121-150.json | |
| parent | f384cb80616dd5b443f7d3e15e37cb55fc0c0192 (diff) | |
| download | perlweeklychallenge-club-a69e4941ff6df621e57ce67f792875aff37ffca6.tar.gz perlweeklychallenge-club-a69e4941ff6df621e57ce67f792875aff37ffca6.tar.bz2 perlweeklychallenge-club-a69e4941ff6df621e57ce67f792875aff37ffca6.zip | |
- Added solutions 037 and 060 by Yet Ebreo.
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index bd0ef0e25f..5d3dbd2760 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,9 +1,10 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "xAxis" : { "categories" : [ @@ -39,16 +40,8 @@ "Tore Andersson" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "series" : [ { - "name" : "Perl", "data" : [ 11, 14, @@ -80,10 +73,10 @@ 1, 0, 2 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -115,10 +108,10 @@ 0, 4, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -150,18 +143,25 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-05-11 12:50:42 GMT" - }, "chart" : { "type" : "column" }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "plotOptions" : { "column" : { "stacking" : "percent" } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-05-11 16:25:11 GMT" } } |
