diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-16 10:14:48 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-16 10:14:48 +0000 |
| commit | b240a2551300d4d59843c03eff12f681cb7dda7a (patch) | |
| tree | b46afe8f67aa43011438c0c5dd1b252d463a6dd0 /stats/pwc-current.json | |
| parent | 5f0c39d0018c0186ad411873875a289d0886587c (diff) | |
| download | perlweeklychallenge-club-b240a2551300d4d59843c03eff12f681cb7dda7a.tar.gz perlweeklychallenge-club-b240a2551300d4d59843c03eff12f681cb7dda7a.tar.bz2 perlweeklychallenge-club-b240a2551300d4d59843c03eff12f681cb7dda7a.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 85 |
1 files changed, 50 insertions, 35 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 9425a256f6..0b881f4a81 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,7 +1,29 @@ { + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "chart" : { + "type" : "column" + }, "drilldown" : { "series" : [ { + "name" : "E. Choroba", + "id" : "E. Choroba", + "data" : [ + [ + "Perl", + 2 + ] + ] + }, + { "name" : "James Smith", "id" : "James Smith", "data" : [ @@ -40,7 +62,6 @@ ] }, { - "name" : "W. Luis Mochan", "id" : "W. Luis Mochan", "data" : [ [ @@ -51,43 +72,47 @@ "Blog", 1 ] - ] + ], + "name" : "W. Luis Mochan" } ] }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, - "legend" : { - "enabled" : 0 + "xAxis" : { + "type" : "category" + }, + "subtitle" : { + "text" : "[Champions: 5] Last updated at 2022-02-16 10:12:40 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/>", - "followPointer" : 1 - }, - "xAxis" : { - "type" : "category" + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" }, "title" : { "text" : "The Weekly Challenge - 152" }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } + "legend" : { + "enabled" : 0 }, "series" : [ { + "name" : "The Weekly Challenge - 152", + "colorByPoint" : 1, "data" : [ { + "name" : "E. Choroba", + "y" : 2, + "drilldown" : "E. Choroba" + }, + { + "name" : "James Smith", "drilldown" : "James Smith", - "y" : 3, - "name" : "James Smith" + "y" : 3 }, { "drilldown" : "Mark Anderson", @@ -100,21 +125,11 @@ "y" : 4 }, { - "drilldown" : "W. Luis Mochan", + "name" : "W. Luis Mochan", "y" : 3, - "name" : "W. Luis Mochan" + "drilldown" : "W. Luis Mochan" } - ], - "name" : "The Weekly Challenge - 152", - "colorByPoint" : 1 - } - ], - "subtitle" : { - "text" : "[Champions: 4] Last updated at 2022-02-16 09:59:06 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" + ] } - } + ] } |
