diff options
| author | Ysmael Ebreo <Ysmael.Ebreo@latticesemi.com> | 2019-10-12 02:55:06 +0800 |
|---|---|---|
| committer | Ysmael Ebreo <Ysmael.Ebreo@latticesemi.com> | 2019-10-12 02:55:06 +0800 |
| commit | 39249ff15282d6d8896f287e55e0480f50591748 (patch) | |
| tree | a240538eda370406f4304c7bed6ed36975a8369a /stats/pwc-current.json | |
| parent | 0963991c500b8bee7bda431453859905db9c3922 (diff) | |
| parent | 07552f965ae27ff537c6b3ff4084eca21807a3b4 (diff) | |
| download | perlweeklychallenge-club-39249ff15282d6d8896f287e55e0480f50591748.tar.gz perlweeklychallenge-club-39249ff15282d6d8896f287e55e0480f50591748.tar.bz2 perlweeklychallenge-club-39249ff15282d6d8896f287e55e0480f50591748.zip | |
Merge branch 'master' of https://github.com/manwar/perlweeklychallenge-club
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 183 |
1 files changed, 129 insertions, 54 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index e8d81617e4..d06911b412 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,42 +1,71 @@ { + "title" : { + "text" : "Perl Weekly Challenge - 029" + }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, + "subtitle" : { + "text" : "[Champions: 15] Last updated at 2019-10-11 15:36:14 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "followPointer" : 1, + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" + }, + "xAxis" : { + "type" : "category" + }, + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : 0 + }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 + "format" : "{point.y}", + "enabled" : 1 + } } }, "drilldown" : { "series" : [ { + "id" : "Andrezgz", "data" : [ [ - "Perl 6", - 1 + "Perl 5", + 2 ] ], + "name" : "Andrezgz" + }, + { "name" : "Daniel Mita", + "data" : [ + [ + "Perl 6", + 2 + ] + ], "id" : "Daniel Mita" }, { - "id" : "Dave Cross", "data" : [ [ "Perl 5", 2 ] ], + "id" : "Dave Cross", "name" : "Dave Cross" }, { - "name" : "Dave Jacoby", "data" : [ [ "Perl 5", @@ -47,11 +76,12 @@ 1 ] ], - "id" : "Dave Jacoby" + "id" : "Dave Jacoby", + "name" : "Dave Jacoby" }, { - "id" : "E. Choroba", - "name" : "E. Choroba", + "name" : "Duane Powell", + "id" : "Duane Powell", "data" : [ [ "Perl 5", @@ -60,38 +90,58 @@ ] }, { + "name" : "E. Choroba", "data" : [ [ "Perl 5", 2 ] ], + "id" : "E. Choroba" + }, + { + "id" : "Kevin Colyer", + "data" : [ + [ + "Perl 6", + 2 + ] + ], + "name" : "Kevin Colyer" + }, + { "name" : "Kivanc Yazan", - "id" : "Kivanc Yazan" + "id" : "Kivanc Yazan", + "data" : [ + [ + "Perl 5", + 2 + ] + ] }, { + "name" : "Lars Thegler", "id" : "Lars Thegler", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Lars Thegler" + ] }, { + "name" : "Noud", + "id" : "Noud", "data" : [ [ "Perl 6", 2 ] - ], - "name" : "Noud", - "id" : "Noud" + ] }, { - "id" : "Prajith P", "name" : "Prajith P", + "id" : "Prajith P", "data" : [ [ "Perl 5", @@ -100,7 +150,17 @@ ] }, { - "id" : "Roger Bell West", + "name" : "Rage311", + "id" : "Rage311", + "data" : [ + [ + "Perl 5", + 2 + ] + ] + }, + { + "name" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -111,41 +171,42 @@ 1 ] ], - "name" : "Roger Bell West" + "id" : "Roger Bell West" + }, + { + "id" : "Steven Wilson", + "data" : [ + [ + "Perl 5", + 1 + ] + ], + "name" : "Steven Wilson" }, { - "id" : "Yet Ebreo", + "name" : "Yet Ebreo", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Yet Ebreo" + "id" : "Yet Ebreo" } ] }, - "xAxis" : { - "type" : "category" - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : 0 - }, - "subtitle" : { - "text" : "[Champions: 10] Last updated at 2019-10-09 08:18:41 GMT" - }, "series" : [ { - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 029", "data" : [ { - "name" : "Daniel Mita", + "name" : "Andrezgz", + "y" : 2, + "drilldown" : "Andrezgz" + }, + { + "y" : 2, "drilldown" : "Daniel Mita", - "y" : 1 + "name" : "Daniel Mita" }, { "y" : 2, @@ -158,23 +219,33 @@ "name" : "Dave Jacoby" }, { + "drilldown" : "Duane Powell", "y" : 2, + "name" : "Duane Powell" + }, + { "name" : "E. Choroba", + "y" : 2, "drilldown" : "E. Choroba" }, { "y" : 2, + "drilldown" : "Kevin Colyer", + "name" : "Kevin Colyer" + }, + { + "name" : "Kivanc Yazan", "drilldown" : "Kivanc Yazan", - "name" : "Kivanc Yazan" + "y" : 2 }, { "y" : 2, - "name" : "Lars Thegler", - "drilldown" : "Lars Thegler" + "drilldown" : "Lars Thegler", + "name" : "Lars Thegler" }, { - "drilldown" : "Noud", "name" : "Noud", + "drilldown" : "Noud", "y" : 2 }, { @@ -183,24 +254,28 @@ "name" : "Prajith P" }, { + "y" : 2, + "drilldown" : "Rage311", + "name" : "Rage311" + }, + { "y" : 3, - "name" : "Roger Bell West", - "drilldown" : "Roger Bell West" + "drilldown" : "Roger Bell West", + "name" : "Roger Bell West" + }, + { + "name" : "Steven Wilson", + "drilldown" : "Steven Wilson", + "y" : 1 }, { "name" : "Yet Ebreo", "drilldown" : "Yet Ebreo", "y" : 2 } - ] + ], + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 029" } - ], - "tooltip" : { - "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/>", - "followPointer" : 1 - }, - "title" : { - "text" : "Perl Weekly Challenge - 029" - } + ] } |
