diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-28 05:49:41 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-28 05:49:41 +0100 |
| commit | dbbbbd75e2981c58b711d2e10d0aba9c7c9e9ff9 (patch) | |
| tree | ec29355534fcfd4d02bf952a859776ae38c1bc1b /stats/pwc-summary.json | |
| parent | e810d56d445f71eaad32cb7b45135ba5955d5f76 (diff) | |
| download | perlweeklychallenge-club-dbbbbd75e2981c58b711d2e10d0aba9c7c9e9ff9.tar.gz perlweeklychallenge-club-dbbbbd75e2981c58b711d2e10d0aba9c7c9e9ff9.tar.bz2 perlweeklychallenge-club-dbbbbd75e2981c58b711d2e10d0aba9c7c9e9ff9.zip | |
- Added solutions by Dave Jacoby.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index bb07f7c380..5411b7e99a 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,8 @@ { + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "xAxis" : { "categories" : [ "3ter", @@ -189,7 +193,6 @@ }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -230,7 +233,7 @@ 2, 3, 19, - 53, + 54, 2, 0, 0, @@ -375,7 +378,8 @@ 3, 38, 11 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -756,28 +760,24 @@ "name" : "Blog" } ], + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 184] Last updated at 2020-08-28 04:45:10 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "plotOptions" : { "column" : { "stacking" : "percent" } + }, + "subtitle" : { + "text" : "[Champions: 184] Last updated at 2020-08-28 04:49:21 GMT" } } |
