diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-01 06:37:30 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-01 06:37:30 +0100 |
| commit | ad406a41ba208abc5a47817fc4091d337fbb8e7d (patch) | |
| tree | 06e9e7abc2a90bf4ab5819eb76e872c28163926b /stats/pwc-current.json | |
| parent | fecfcd5a863d96ba9f0b5c38eda1ab40b05372b8 (diff) | |
| download | perlweeklychallenge-club-ad406a41ba208abc5a47817fc4091d337fbb8e7d.tar.gz perlweeklychallenge-club-ad406a41ba208abc5a47817fc4091d337fbb8e7d.tar.bz2 perlweeklychallenge-club-ad406a41ba208abc5a47817fc4091d337fbb8e7d.zip | |
- Added solutions by Andinus.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 95 |
1 files changed, 57 insertions, 38 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 8aa89f5638..b1d53473c2 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,47 +1,30 @@ { - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "series" : [ - { - "data" : [ - { - "drilldown" : "Luca Ferrari", - "name" : "Luca Ferrari", - "y" : 4 - }, - { - "y" : 2, - "drilldown" : "Mark Anderson", - "name" : "Mark Anderson" - } - ], - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 076" - } - ], - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2020-08-31 14:55:19 GMT" + "legend" : { + "enabled" : 0 }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "legend" : { - "enabled" : 0 - }, "drilldown" : { "series" : [ { + "id" : "Andinus", + "data" : [ + [ + "Perl", + 1 + ], + [ + "Blog", + 1 + ] + ], + "name" : "Andinus" + }, + { "name" : "Luca Ferrari", - "id" : "Luca Ferrari", "data" : [ [ "Raku", @@ -51,32 +34,68 @@ "Blog", 2 ] - ] + ], + "id" : "Luca Ferrari" }, { + "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], - "id" : "Mark Anderson", "name" : "Mark Anderson" } ] }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "xAxis" : { + "type" : "category" + }, "tooltip" : { "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", "followPointer" : 1 }, - "xAxis" : { - "type" : "category" + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2020-09-01 05:37:14 GMT" }, "chart" : { "type" : "column" }, "title" : { "text" : "Perl Weekly Challenge - 076" - } + }, + "series" : [ + { + "data" : [ + { + "y" : 2, + "name" : "Andinus", + "drilldown" : "Andinus" + }, + { + "drilldown" : "Luca Ferrari", + "name" : "Luca Ferrari", + "y" : 4 + }, + { + "y" : 2, + "name" : "Mark Anderson", + "drilldown" : "Mark Anderson" + } + ], + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 076" + } + ] } |
