diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-05-06 20:03:03 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-05-06 20:03:03 +0100 |
| commit | 49470305c2963404d778542e47da21ecb8c06185 (patch) | |
| tree | fe176be29692d080318ab27053dd176470392abd /stats/pwc-current.json | |
| parent | 6fe5aea4e3f631f1748f97defe8a52332e1c2f05 (diff) | |
| download | perlweeklychallenge-club-49470305c2963404d778542e47da21ecb8c06185.tar.gz perlweeklychallenge-club-49470305c2963404d778542e47da21ecb8c06185.tar.bz2 perlweeklychallenge-club-49470305c2963404d778542e47da21ecb8c06185.zip | |
- Updated chart stats.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 9f3e4e1064..cb0b2e0447 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,62 +1,62 @@ { - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } - }, - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : 0 - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "subtitle" : { + "text" : "[Champions: 1] Last updated at 2019-05-06 19:02:06 GMT" }, "series" : [ { "name" : "Champions", - "colorByPoint" : 1, "data" : [ { - "name" : "Ozzy", + "y" : 1, "drilldown" : "Ozzy", - "y" : 1 + "name" : "Ozzy" } - ] + ], + "colorByPoint" : 1 } ], - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-05-06 07:55:35 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 007" + "legend" : { + "enabled" : 0 }, "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/>", - "followPointer" : 1 + "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } }, "drilldown" : { "series" : [ { + "id" : "Ozzy", "data" : [ [ "Perl 6", 1 ] ], - "id" : "Ozzy", "name" : "Ozzy" } ] }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "xAxis" : { + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge - 007" + }, "chart" : { "type" : "column" } |
