diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-15 10:50:13 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-15 10:50:13 +0100 |
| commit | 7d46beb6e5542ac60bdefbda413c30826c81d81b (patch) | |
| tree | 439362230a50086b95ee9b3d36d002b56037393d /stats/pwc-current.json | |
| parent | 0d8ef312533e03df9e1ad38ee6cdbca3464f9d11 (diff) | |
| download | perlweeklychallenge-club-7d46beb6e5542ac60bdefbda413c30826c81d81b.tar.gz perlweeklychallenge-club-7d46beb6e5542ac60bdefbda413c30826c81d81b.tar.bz2 perlweeklychallenge-club-7d46beb6e5542ac60bdefbda413c30826c81d81b.zip | |
- Updated chart stats.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 99 |
1 files changed, 59 insertions, 40 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index ef3bc11f81..e3fd4cf5a2 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,22 +1,34 @@ { - "legend" : { - "enabled" : 0 + "drilldown" : { + "series" : [ + { + "id" : "Dr James A. Smith", + "name" : "Dr James A. Smith", + "data" : [ + [ + "Perl 5", + 2 + ], + [ + "Perl 6", + 2 + ] + ] + }, + { + "data" : [ + [ + "Perl 5", + 1 + ] + ], + "name" : "Kivanc Yazan", + "id" : "Kivanc Yazan" + } + ] }, - "series" : [ - { - "colorByPoint" : 1, - "name" : "Champions", - "data" : [ - { - "drilldown" : "Kivanc Yazan", - "y" : 1, - "name" : "Kivanc Yazan" - } - ] - } - ], - "title" : { - "text" : "Perl Weekly Challenge - 004" + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2019-04-15 09:49:33 GMT" }, "plotOptions" : { "series" : { @@ -27,37 +39,44 @@ "borderWidth" : 0 } }, + "xAxis" : { + "type" : "category" + }, + "legend" : { + "enabled" : 0 + }, "chart" : { "type" : "column" }, - "drilldown" : { - "series" : [ - { - "data" : [ - [ - "Perl 5", - 1 - ] - ], - "id" : "Kivanc Yazan", - "name" : "Kivanc Yazan" - } - ] + "tooltip" : { + "pointerFormat" : "<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/>" }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-04-15 00:00:45 GMT" - }, - "xAxis" : { - "type" : "category" - }, - "tooltip" : { - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "followPointer" : 1, - "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + "series" : [ + { + "name" : "Champions", + "colorByPoint" : 1, + "data" : [ + { + "y" : 4, + "name" : "Dr James A. Smith", + "drilldown" : "Dr James A. Smith" + }, + { + "y" : 1, + "name" : "Kivanc Yazan", + "drilldown" : "Kivanc Yazan" + } + ] + } + ], + "title" : { + "text" : "Perl Weekly Challenge - 004" } } |
