diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-06-15 07:57:36 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-06-15 07:57:36 +0100 |
| commit | 5bba57922fd66d731b0f6e3380823d632a4e3411 (patch) | |
| tree | 6f4410f3142005f686ea5a66c0bf116c780b0ff0 /stats/pwc-current.json | |
| parent | 280187fa46ed737daabe45d4768fccfa8ef06bbb (diff) | |
| download | perlweeklychallenge-club-5bba57922fd66d731b0f6e3380823d632a4e3411.tar.gz perlweeklychallenge-club-5bba57922fd66d731b0f6e3380823d632a4e3411.tar.bz2 perlweeklychallenge-club-5bba57922fd66d731b0f6e3380823d632a4e3411.zip | |
- Refreshed chart for Challenge 064.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index fcffb9c91f..f6454d196e 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,67 +1,67 @@ { + "xAxis" : { + "type" : "category" + }, + "drilldown" : { + "series" : [ + { + "name" : "Andrew Shitov", + "id" : "Andrew Shitov", + "data" : [ + [ + "Raku", + 1 + ], + [ + "Blog", + 1 + ] + ] + } + ] + }, "series" : [ { "data" : [ { "name" : "Andrew Shitov", - "drilldown" : "Andrew Shitov", - "y" : 2 + "y" : 2, + "drilldown" : "Andrew Shitov" } ], - "name" : "Perl Weekly Challenge - 065", - "colorByPoint" : 1 + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 065" } ], - "title" : { - "text" : "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 }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "xAxis" : { - "type" : "category" - }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2020-06-15 06:52:03 GMT" - }, - "tooltip" : { - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "followPointer" : 1, - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" - }, "chart" : { "type" : "column" }, - "drilldown" : { - "series" : [ - { - "id" : "Andrew Shitov", - "name" : "Andrew Shitov", - "data" : [ - [ - "Raku", - 1 - ], - [ - "Blog", - 1 - ] - ] + "title" : { + "text" : "Perl Weekly Challenge - 065" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 } - ] + } } } |
