diff options
| author | bagheera-sands <git@sandsscouts.org.uk> | 2019-04-22 22:33:48 +0100 |
|---|---|---|
| committer | bagheera-sands <git@sandsscouts.org.uk> | 2019-04-22 22:33:48 +0100 |
| commit | 5ee061e57de12fb9071bb2fcd3a26ea7ce2cecf6 (patch) | |
| tree | a41dbc8ac591126520b152b19ee7186a6503875b /stats/pwc-summary.json | |
| parent | 7d54035074ef1c522c3d0460ba828ef69f8efd7e (diff) | |
| parent | ef12b6bb075c198fb775acf5d2dc04e25cf9c283 (diff) | |
| download | perlweeklychallenge-club-5ee061e57de12fb9071bb2fcd3a26ea7ce2cecf6.tar.gz perlweeklychallenge-club-5ee061e57de12fb9071bb2fcd3a26ea7ce2cecf6.tar.bz2 perlweeklychallenge-club-5ee061e57de12fb9071bb2fcd3a26ea7ce2cecf6.zip | |
Merge branch 'master' of github.com:manwar/perlweeklychallenge-club
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index ee1d134ed1..dbf2113db7 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,13 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "xAxis" : { "categories" : [ @@ -81,6 +88,17 @@ "Yary H" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "series" : [ { "data" : [ @@ -111,7 +129,7 @@ 0, 2, 3, - 5, + 7, 0, 2, 8, @@ -188,7 +206,7 @@ 0, 0, 2, - 4, + 6, 0, 0, 0, @@ -224,7 +242,7 @@ 0, 0, 0, - 4, + 6, 6, 3, 0, @@ -243,25 +261,7 @@ "name" : "Perl 6" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "subtitle" : { - "text" : "[Champions: 75] Last updated at 2019-04-21 23:14:01 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "text" : "[Champions: 75] Last updated at 2019-04-22 19:49:33 GMT" } } |
