diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-06-15 15:04:05 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-06-15 15:04:05 +0100 |
| commit | 5ac6928803515f0180a2e0c4e1a3c3cccf111d3b (patch) | |
| tree | 0f092ea3dd027444d70c92eae6881e949b3da70a /stats/pwc-current.json | |
| parent | 40d84dd157abdebc9ba229e69f94e79557898a92 (diff) | |
| download | perlweeklychallenge-club-5ac6928803515f0180a2e0c4e1a3c3cccf111d3b.tar.gz perlweeklychallenge-club-5ac6928803515f0180a2e0c4e1a3c3cccf111d3b.tar.bz2 perlweeklychallenge-club-5ac6928803515f0180a2e0c4e1a3c3cccf111d3b.zip | |
- Added solutions by Luca Ferrari.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 87 |
1 files changed, 53 insertions, 34 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index f6454d196e..5f28604584 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,12 +1,15 @@ { - "xAxis" : { - "type" : "category" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "legend" : { + "enabled" : 0 }, "drilldown" : { "series" : [ { - "name" : "Andrew Shitov", - "id" : "Andrew Shitov", "data" : [ [ "Raku", @@ -16,52 +19,68 @@ "Blog", 1 ] + ], + "id" : "Andrew Shitov", + "name" : "Andrew Shitov" + }, + { + "name" : "Luca Ferrari", + "id" : "Luca Ferrari", + "data" : [ + [ + "Raku", + 2 + ], + [ + "Blog", + 2 + ] ] } ] }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2020-06-15 14:03:52 GMT" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "tooltip" : { + "followPointer" : 1, + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" + }, "series" : [ { + "name" : "Perl Weekly Challenge - 065", + "colorByPoint" : 1, "data" : [ { "name" : "Andrew Shitov", "y" : 2, "drilldown" : "Andrew Shitov" + }, + { + "name" : "Luca Ferrari", + "y" : 4, + "drilldown" : "Luca Ferrari" } - ], - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 065" + ] } ], - "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 - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2020-06-15 06:57:20 GMT" - }, - "legend" : { - "enabled" : 0 - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "chart" : { - "type" : "column" - }, "title" : { "text" : "Perl Weekly Challenge - 065" }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } + "xAxis" : { + "type" : "category" } } |
